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