You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.StudentFit Function
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.StudentFit Function

Calculate parameter for Student-T distributed values.

Pascal
procedure StudentFit(const X: TVec; out Nu: Integer; MaxIter: Integer = 500; Tolerance: double = 1e-8);
Parameters 
Description 
Stores data which is assumed to follow Student-T distribution. 
Nu 
Return Student-T distribution parameter estimator Nu. 
MaxIter 
Maximum number of iterations needed for deriving a, b and d. 
Tolerance 
Defines the acceptable tolerance for calculating a and b. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!