procedure StudentFit(const X: TVec; out Nu: Integer; MaxIter: Integer; Tolerance: Double);
Calculate parameter for Student-T distributed values.
| # | Name | Description |
|---|---|---|
| 1 | X | Stores data which is assumed to follow Student-T distribution. |
| 2 | Nu | Return Student-T distribution parameter estimator Nu. |
| 3 | MaxIter | Maximum number of iterations needed for deriving a, b and d. |
| 4 | Tolerance | Defines the acceptable tolerance for calculating a and b. |
Result: stored in self (calling object)