|
STK++ 1.0
|
In this file we define the constant and utilities methods used in the project StatModel. More...
#include "../../STKernel/include/STK_String.h"

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. | |
In this file we define the constant and utilities methods used in the project StatModel.
Definition in file STK_StatModel_Util.h.