STK++ 1.0
STK_AICCriterion.h File Reference

In this file we define the AICCriterion class. More...

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

Go to the source code of this file.

Classes

class  STK::AICCriterion
 Derived class of Criterion for computing the AIC Criterion The AIC criteria is a penalization of the likelihood given by the formula

\[ -2 \cdot \ln{p(x|k)} \approx \mathrm{AIC} = {-2 \cdot \ln{L} +2 D } \]

where $ L $ represents the likelihood of the observations and $ D $ the number of free parameter of the model. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.



Detailed Description

In this file we define the AICCriterion class.

In this file we implement the AICCriterion class.

Definition in file STK_AICCriterion.h.