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

Student cumulative distribution function (CDF).

Pascal
function StudentCDF(x: double; Nu: Integer): double; overload;
Parameters 
Description 
Function domain, real value. 
Nu 
Defines distribution degrees of freedom, positive integer. 

the Student cumulative distribution function for value x using the integer parameter Nu (degrees of freedom). Parameter Nu must be positive integer number, otherwise the result is NAN.

function StudentPDF(x :single; Nu: Integer): single; overload;  

The Student cumulative distribution function is defined by the following equation: 

 

The result of StudentCDF is the probability that a single observation from the Student distribution with Nu degrees of freedom will fall in the interval (-infinity,x].

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