void LogisticFit(TVec *X, double &m, double &b);
Calculate parameters for Logistic distributed values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * | Stores data which is assumed to follow logistic distribution. |
| 2 | m | double & | Return Logistic distribution parameter estimator M. |
| 3 | b | double & | Return Logistic distribution parameter estimator b. |
See Also: RandomLogistic
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler