39#ifndef STK_BASIS_UTIL_H
40#define STK_BASIS_UTIL_H
#define _T(x)
Let x unmodified.
This file include all the header files of the project STKernel.
String const & toUpperString(String &s)
convert the characters of the String to upper case
TypeBasisFunction
function basis function to use for functional and non-linear regression
TypeBasisFunction stringToTypeBasisFunction(String const &type)
convert a String to a TypeBasisFunction.
KnotsPosition stringToKnotsPosition(String const &type)
convert a String to a KnotsPosition.
String typeBasisFunctionToString(TypeBasisFunction const &type)
convert a TypeBasisFunction to a String.
KnotsPosition
Method to use for positioning the knots in BSpline basis.
String knotsPositionToString(KnotsPosition const &type)
convert a KnotsPosition to a String.
@ trigonometric_
Chebyshev basis.
@ cosines_
trigonometric basis (sines and cosines)
@ chebyshev_
unknown basis
@ unknown_Knots_Position_
unknown positions
@ uniformKnotsPositions_
uniform knots
@ periodicKnotsPositions_
periodic knots
@ densityKnotsPositions_
knots using density of the data
std::basic_string< Char > String
STK fundamental type of a String.
The namespace STK is the main domain space of the Statistical ToolKit project.