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

Fermi-Dirac PDF (vectorized). 

Gamma distribution PDF (vectorized). 

Pascal
procedure GammaPDF(const X: TDenseMtxVec; A: double; B: double; const Res: TDenseMtxVec); overload;
Parameters 
Description 
Defines distribution domain, real vector or matrix with real values. Defines distribution domain, real vector or matrix with real positive real values. 
Defines distribution scale parameter. A must be a positive scalar. 
Defines distribution shape parameter. B must be a positive scalar. 
Res 
After calculation stores the PDF calculated from X, Mu and s. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of X. After calculation stores the PDF calculated from X, a and b. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of X. 
Mu 
Location parameter, real value. 
Shape parameter, real positive value. 

(* 

*) {$IFDEF WIN_FORMS_DOCS} class {$ENDIF} procedure FermiDiracPDF(X: TDenseMtxVec; Mu, S: double; const Res: TDenseMtxVec); overload;

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!