Namespace Robust includes basic robust statistical computations, including median, median average deviation, quartiles and m-estimate, as well as implementation of of stem-and-leaf plots, quantile plots and robust least squares estimation of a polynomial. Reference: Mason, Gunst and Hess, "Statistical Design and Analysis of Experiments," Wiley, New York, 1989.
Definition in file RobustStats.cpp.
#include "RobustStats.hpp"
#include "Exception.hpp"
#include "Matrix.hpp"
#include "SRI.hpp"
#include "StringUtils.hpp"
Go to the source code of this file.
Macros | |
#define | SEQUENTIAL 1 |
Functions | |
long | Stem (double x, double &scale) |
#define SEQUENTIAL 1 |
Definition at line 367 of file RobustStats.cpp.
|
inline |
Definition at line 67 of file RobustStats.cpp.