|
STK++ 1.0
|
In this file we declare the main . 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::Regress |
Enumerations | |
| enum | STK::Regress::TypeRegression { STK::Regress::unknown_ = 0, STK::Regress::linear_, STK::Regress::additiveBSpline_, STK::Regress::adaptiveBSpline_ } |
| Regression method we will use. More... | |
Functions | |
| TypeRegression | STK::Regress::StringToTypeRegression (String const &type) |
| Convert a String to a TypeRegression. | |
| String | STK::Regress::TypeRegressionToString (TypeRegression const &type) |
| Convert a TypeRegression to a String. | |
In this file we declare the main .
Definition in file STK_Regress_Util.h.