Statistics.FFit Method

procedure FFit(const X: TVec; out Nu1: Integer; out Nu2: Integer; MaxIter: Integer; Tolerance: Double);

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