Statistics.StudentFit Method

procedure StudentFit(const X: TVec; out Nu: Integer; MaxIter: Integer; Tolerance: Double);

Calculate parameter for Student-T distributed values.

#NameDescription
1XStores data which is assumed to follow Student-T distribution.
2NuReturn Student-T distribution parameter estimator Nu.
3MaxIterMaximum number of iterations needed for deriving a, b and d.
4ToleranceDefines the acceptable tolerance for calculating a and b.

Result: stored in self (calling object)