STK++ 0.9.13
|
In this file we declare the utilities enumerations and methods for the Regress project. More...
#include <STKernel.h>
Go to the source code of this file.
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Regress |
This namespace encloses all variables and constant specific to the Regress project. | |
Enumerations | |
enum | STK::Regress::TypeBasisFunction { STK::Regress::unknown_basis_ = -1 , STK::Regress::bspline_ , STK::Regress::sines_ , STK::Regress::cosines_ , STK::Regress::trigonometric_ , STK::Regress::chebyshev } |
functional basis coefficients to use for fonctional and non-linear regression More... | |
enum | STK::Regress::TypeRegression { STK::Regress::unknown_regression_ = -1 , STK::Regress::linear_ , STK::Regress::additiveBSpline_ , STK::Regress::adaptiveBSpline_ } |
Regression method to use. More... | |
enum | STK::Regress::KnotsPosition { STK::Regress::uniformKnotsPositions_ , STK::Regress::periodicKnotsPositions_ , STK::Regress::densityKnotsPositions_ , STK::Regress::unknown_Knots_Position_ = -1 } |
Method to use for positioning the knots for BSpline basis. 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. | |
KnotsPosition | STK::Regress::stringToKnotsPosition (String const &type) |
convert a String to a KnotsPosition. | |
String | STK::Regress::knotsPositionToString (KnotsPosition const &type) |
convert a KnotsPosition to a String. | |
In this file we declare the utilities enumerations and methods for the Regress project.
Definition in file STK_Regress_Util.h.