Statistics::MaxwellFit Function

void MaxwellFit(TVec *X, double &a);

Calculate parameters for Maxwell distributed values.

#NameTypeDescription
1XTVec *Stores data which is assumed to to follow Maxwell distribution.
2adouble &Return Maxwell distribution parameter estimator a.
See Also: RandomMaxwell
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler