Statistics::LaplaceFit Function

void LaplaceFit(TVec *X, double &mu, double &b);

Calculate parameters for Laplace distributed values.

#NameTypeDescription
1XTVec *Stores data which is assumed to be Laplace distributed.
2mudouble &Return Laplace distribution parameter estimator M.
3bdouble &Return Laplace distribution parameter estimator b.
See Also: RandomLaplace
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler