STK++ 0.9.13
|
In this file we define the classes for computing the penalized criterion on mixture models. More...
#include "STK_IMixtureCriterion.h"
Go to the source code of this file.
Classes | |
class | STK::AICMixtureCriterion |
Derived class of Criterion for computing the AIC Criterion The AIC criteria of a given model M is a penalization of the likelihood given by the formula. More... | |
class | STK::BICMixtureCriterion |
Derived class of Criterion for computing the BIC Criterion The Bic criteria of a model M is a penalization of the likelihood given by the formula. More... | |
class | STK::ICLMixtureCriterion |
Derived class of IMixtureCriterion for computing the ICL Criterion The ICL criteria of a model M is a penalization of the likelihood given by the formula. More... | |
class | STK::MLMixtureCriterion |
Derived class of Criterion for computing the Maximum Likelihood Criterion This criterion does not penalize the model and return minux two times the log likelihood of the model. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
In this file we define the classes for computing the penalized criterion on mixture models.
Definition in file STK_MixtureCriterion.h.