You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.FCDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.FCDF Function

Fisher(F) CDF (vectorized).

Pascal
procedure FCDF(const X: TDenseMtxVec; Nu1: Integer; Nu2: Integer; const Res: TDenseMtxVec); overload;
Parameters 
Description 
Defines distribution domain, real vector or matrix with positive real values or zeros. 
Nu1 
Defines distribution degrees of freedom. Nu1 must be a positive integer. 
Nu2 
Defines distribution degrees of freedom. Nu2 must be a positive integer. 
Res 
After calculation stores the CDF calculated from X, Nu1 and Nu2. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of X. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!