STK++ 0.9.13
|
namespace enclosing the enum and utilities functions of the StatModel project. More...
Enumerations | |
enum | StatisticalModels { ModelBernoulli_pj_ , ModelDiagGaussian_muj_sj_ , ModelGamma_aj_bj_ , MixtureGamma_ajk_bjk_ , MixtureGamma_ajk_bk_ , MixtureGamma_ajk_bj_ , MixtureGamma_ajk_b_ , MixtureGamma_ak_bjk_ , MixtureGamma_ak_bk_ , MixtureGamma_ak_bj_ , MixtureGamma_ak_b_ , MixtureGamma_aj_bjk_ , MixtureGamma_aj_bk_ , MixtureGamma_a_bjk_ , MixtureGamma_a_bk_ , MixtureGaussian_sjk_ , MixtureGaussian_sk_ , MixtureGaussian_sj_ , MixtureGaussian_s_ , MixtureCategorical_pjk_ , MixtureCategorical_pk_ , MixturePoisson_ljk_ , MixturePoisson_lk_ , MixturePoisson_ljlk_ , MixtureKmm_sk_ , MixtureKmm_s_ , unknown_model_ } |
list of the statistical models that can be used More... | |
enum | TypeCriterion { unknownCriterion_ = -1 , unknown_criterion_ = -1 , aic_ , bic_ , icl_ , ml_ } |
Model selection criteria. More... | |
Functions | |
TypeCriterion | stringToTypeCriterion (const String &type) |
convert a String to a TypeReduction. | |
String | typeCriterionToString (const TypeCriterion &type) |
convert a TypeCriterion to a String. | |
namespace enclosing the enum and utilities functions of the StatModel project.