Statistics.FFit Method

void FFit(TVec X, ref Int32 Nu1, ref Int32 Nu2, Int32 MaxIter, Double Tolerance)

Calculate parameter for Fisher-F distributed values.

#NameDescription
1XStores data which is assumed to follow Fisher-F distribution.
2Nu1Return Fisher-F distribution parameter estimator Nu1.
3Nu2Return Fisher-F distribution parameter estimator Nu2.
4MaxIterMaximum number of iterations needed for deriving a, b and d.
5ToleranceDefines the acceptable tolerance for calculating a and b.

Result: stored in self (calling object)

See Also: StatRandom.RandomF