58 static const bool hasNA =
false;
64 static bool isNA(
const Char& x)
throw() {
return false; }
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
IdType
Id for the Type of a variable.
@ character_
character_ type
char Char
STK fundamental type of a Char.
The namespace STK is the main domain space of the Statistical ToolKit project.
static bool isInfinite(const Char &x)
Test if x is infinite.
static bool isNA(const Char &x)
Test if x is a Non Available (NA) Char.
static Char NA()
Adding a Non Available (NA) special number.
static bool isFinite(const Char &x)
Test if x is finite.
Arithmetic properties of STK fundamental types.
static const bool hasNA
True if the type has a representation for a "Not Available."
static Base::IdType returnType()
Give the IdType of the variable.
Implementation of the return type.