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::Smoothing | |
Functions | |
VESPUCCI_EXPORT arma::vec | Vespucci::Math::Smoothing::WhittakerSmooth (const arma::vec &x, double lambda, arma::uword penalty_order) |
Vespucci::Math::WhittakerSmooth. More... | |