Vespucci  1.0.0
nonlinear.h File Reference

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::MedianFilter (const arma::vec &X, arma::uword window_size)
 Vespucci::Math::Smoothing::MedianFilter. More...
 
VESPUCCI_EXPORT arma::mat Vespucci::Math::Smoothing::MedianFilterMat (const arma::mat &X, arma::uword window_size)
 Vespucci::Math::Smoothing::MedianFilterMat. More...