Vespucci
1.0.0
|
Go to the source code of this file.
Namespaces | |
Vespucci | |
A namespace for "global" functions, including math functions. | |
Vespucci::Math | |
A namespace for math functions relating to linear least squares regression. | |
Vespucci::Math::Normalization | |
A namespace for math functions relating to normalization. | |
Functions | |
VESPUCCI_EXPORT arma::vec | Vespucci::Math::Normalization::StandardScore (const arma::vec &X) |
Vespucci::Math::Normalization::StandardScore. More... | |
VESPUCCI_EXPORT arma::mat | Vespucci::Math::Normalization::StandardScoreMat (const arma::mat &X) |
Vespucci::Math::Normalization::StandardScore. More... | |
VESPUCCI_EXPORT arma::mat | Vespucci::Math::Normalization::SNVNorm (const arma::mat &X, const double offset, bool center) |
Vespucci::Math::Normalization::SNVNorm. More... | |