void FFit(TVec X, ref Int32 Nu1, ref Int32 Nu2, Int32 MaxIter, Double Tolerance)
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