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

Calculate parameter for Fisher-F distributed values.

Pascal
procedure FFit(const X: TVec; out Nu1: Integer; out Nu2: Integer; MaxIter: Integer = 500; Tolerance: double = 1e-8);
Parameters 
Description 
Stores data which is assumed to follow Fisher-F distribution. 
Nu1 
Return Fisher-F distribution parameter estimator Nu1. 
Nu2 
Return Fisher-F distribution parameter estimator Nu2. 
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!