Statistics::LogisticFit Function

void LogisticFit(TVec *X, double &m, double &b);

Calculate parameters for Logistic distributed values.

#NameTypeDescription
1XTVec *Stores data which is assumed to follow logistic distribution.
2mdouble &Return Logistic distribution parameter estimator M.
3bdouble &Return Logistic distribution parameter estimator b.
See Also: RandomLogistic
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler