STK++ 0.9.13
STK_Model_Util.h File Reference

In this file we define the constant and utilities methods used in the project Model. More...

#include <STKernel.h>
Include dependency graph for STK_Model_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::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 
namespace  STK::Model
 namespace enclosing the enum and utilities functions of the StatModel project.
 

Enumerations

enum  STK::Model::StatisticalModels {
  STK::Model::ModelBernoulli_pj_ , STK::Model::ModelDiagGaussian_muj_sj_ , STK::Model::ModelGamma_aj_bj_ , STK::Model::MixtureGamma_ajk_bjk_ ,
  STK::Model::MixtureGamma_ajk_bk_ , STK::Model::MixtureGamma_ajk_bj_ , STK::Model::MixtureGamma_ajk_b_ , STK::Model::MixtureGamma_ak_bjk_ ,
  STK::Model::MixtureGamma_ak_bk_ , STK::Model::MixtureGamma_ak_bj_ , STK::Model::MixtureGamma_ak_b_ , STK::Model::MixtureGamma_aj_bjk_ ,
  STK::Model::MixtureGamma_aj_bk_ , STK::Model::MixtureGamma_a_bjk_ , STK::Model::MixtureGamma_a_bk_ , STK::Model::MixtureGaussian_sjk_ ,
  STK::Model::MixtureGaussian_sk_ , STK::Model::MixtureGaussian_sj_ , STK::Model::MixtureGaussian_s_ , STK::Model::MixtureCategorical_pjk_ ,
  STK::Model::MixtureCategorical_pk_ , STK::Model::MixturePoisson_ljk_ , STK::Model::MixturePoisson_lk_ , STK::Model::MixturePoisson_ljlk_ ,
  STK::Model::MixtureKmm_sk_ , STK::Model::MixtureKmm_s_ , STK::Model::unknown_model_
}
 list of the statistical models that can be used More...
 
enum  STK::Model::TypeCriterion {
  STK::Model::unknownCriterion_ = -1 , STK::Model::unknown_criterion_ = -1 , STK::Model::aic_ , STK::Model::bic_ ,
  STK::Model::icl_ , STK::Model::ml_
}
 Model selection criteria. More...
 

Functions

TypeCriterion STK::Model::stringToTypeCriterion (const String &type)
 convert a String to a TypeReduction.
 
String STK::Model::typeCriterionToString (const TypeCriterion &type)
 convert a TypeCriterion to a String.
 

Detailed Description

In this file we define the constant and utilities methods used in the project Model.

Definition in file STK_Model_Util.h.