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