Calculate parameter for Student-T distributed values.
procedure StudentFit(const X: TVec; out Nu: Integer; MaxIter: Integer = 500; Tolerance: double = 1e-8);
Parameters |
Description |
X |
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!
|