STK++ 1.0

STK_StatModel_Util.h File Reference

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

Include dependency graph for STK_StatModel_Util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


namespace  STK::StatModel

Enumerations

enum  STK::StatModel::TypeCriterion { STK::StatModel::unknown_, STK::StatModel::aic_, STK::StatModel::bic_, STK::StatModel::icl_ }
 

Model selection criteria.

More...

Functions

TypeCriterion STK::StatModel::StringToTypeCriterion (String const &type)
 convert a String to a TypeReduction.
String STK::StatModel::TypeCriterionToString (TypeCriterion const &type)
 convert a TypeCriterion to a String.

Detailed Description

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

Definition in file STK_StatModel_Util.h.