STK++ 0.9.13
STK_PenCriterion.h File Reference

In this file we define the classes for the penalized criterion. More...

#include <Sdk.h>
#include "STK_IStatModelBase.h"
Include dependency graph for STK_PenCriterion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STK::ICriterion
 Interface base class for the selection model criterion. More...
 
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. More...
 
class  STK::BICCriterion
 Derived class of Criterion for computing the BIC Criterion The Bic criteria is a penalization of the likelihood given by the formula. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 

Detailed Description

In this file we define the classes for the penalized criterion.

Definition in file STK_PenCriterion.h.