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

Student(T) distribution PDF (vectorized).

Pascal
procedure StudentPDF(const X: TDenseMtxVec; Nu: Integer; const Res: TDenseMtxVec); overload;
Parameters 
Description 
Distribution domain, real values. 
Nu 
Defines distribution degrees of freedom, positive integer. 
Res 
After calculation stores the PDF calculated from X and Nu. 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!