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

Student(T) distribution CDF (vectorized).

Pascal
procedure StudentCDF(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 CDF 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!