STK++ 0.9.13
STK_Law_Util.h File Reference

In this file we define the utilities constant and method for the Law namespace. More...

#include "STK_RandBase.h"
Include dependency graph for STK_Law_Util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::Law
 This is the namespace enclosing the classes handling the usual probabilities Laws.
 

Enumerations

enum  STK::Law::UnivariateDistribution {
  STK::Law::bernoulli_ , STK::Law::beta_ , STK::Law::binomial_ , STK::Law::categorical_ ,
  STK::Law::cauchy_ , STK::Law::chisquared_ , STK::Law::exponential_ , STK::Law::fisher_snedecor_ ,
  STK::Law::gamma_ , STK::Law::geometric_ , STK::Law::hypergeometric_ , STK::Law::logistic_ ,
  STK::Law::lognormal_ , STK::Law::negative_binomial_ , STK::Law::normal_ , STK::Law::poisson_ ,
  STK::Law::student_ , STK::Law::uniform_ , STK::Law::uniform_discrete_ , STK::Law::weibull_ ,
  STK::Law::unknown_univ_distribution_
}
 list of the univariate distribution laws More...
 

Functions

UnivariateDistribution STK::Law::stringToUnivariateDistribution (std::string const &dist)
 Convert a String to a UnivariateDistribution.
 
std::string STK::Law::univariateDistributionToString (UnivariateDistribution const &type)
 convert a UnivariateDistribution to a String.
 

Detailed Description

In this file we define the utilities constant and method for the Law namespace.

Definition in file STK_Law_Util.h.