void StudentFit(TVec *X, int &Nu, int MaxIter = 500, double Tolerance = 1E-8);
Calculate parameter for Student-T distributed values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * | Stores data which is assumed to follow Student-T distribution. |
| 2 | Nu | int & | Return Student-T distribution parameter estimator Nu. |
| 3 | MaxIter = 500 | int | Maximum number of iterations needed for deriving a, b and d. |
| 4 | Tolerance = 1E-8 | double | Defines the acceptable tolerance for calculating a and b. |
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler