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

Fisher(F) PDF (vectorized).

Pascal
procedure FPDF(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 PDF 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!