Statistics::StudentFit Function

void StudentFit(TVec *X, int &Nu, int MaxIter = 500, double Tolerance = 1E-8);

Calculate parameter for Student-T distributed values.

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