Statistics::FFit Function

void FFit(TVec *X, int &Nu1, int &Nu2, int MaxIter = 500, double Tolerance = 1E-8);

Calculate parameter for Fisher-F distributed values.

#NameTypeDescription
1XTVec *Stores data which is assumed to follow Fisher-F distribution.
2Nu1int &Return Fisher-F distribution parameter estimator Nu1.
3Nu2int &Return Fisher-F distribution parameter estimator Nu2.
4MaxIter = 500intMaximum number of iterations needed for deriving a, b and d.
5Tolerance = 1E-8doubleDefines the acceptable tolerance for calculating a and b.
See Also: RandomF
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler