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