|
STK++ 0.9.13
|
In this file we declare the utilities enumerations and methods for the Basis functions. 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::Basis |
| This namespace encloses all variables and constant specific to the function basis project. | |
Enumerations | |
| enum | STK::Basis::TypeBasisFunction { STK::Basis::bspline_ , STK::Basis::sines_ , STK::Basis::cosines_ , STK::Basis::trigonometric_ , STK::Basis::chebyshev_ , STK::Basis::unknown_basis_ = -1 } |
| function basis function to use for functional and non-linear regression More... | |
| enum | STK::Basis::KnotsPosition { STK::Basis::uniformKnotsPositions_ , STK::Basis::periodicKnotsPositions_ , STK::Basis::densityKnotsPositions_ , STK::Basis::unknown_Knots_Position_ = -1 } |
| Method to use for positioning the knots in BSpline basis. More... | |
Functions | |
| KnotsPosition | STK::Basis::stringToKnotsPosition (String const &type) |
| convert a String to a KnotsPosition. | |
| String | STK::Basis::knotsPositionToString (KnotsPosition const &type) |
| convert a KnotsPosition to a String. | |
| TypeBasisFunction | STK::Basis::stringToTypeBasisFunction (String const &type) |
| convert a String to a TypeBasisFunction. | |
| String | STK::Basis::typeBasisFunctionToString (TypeBasisFunction const &type) |
| convert a TypeBasisFunction to a String. | |
In this file we declare the utilities enumerations and methods for the Basis functions.
Definition in file STK_Basis_Util.h.