Statistics.StudentFit Method

void StudentFit(TVec X, ref Int32 Nu, Int32 MaxIter, Double Tolerance)

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)