Student cumulative distribution function (CDF).
Parameters |
Description |
x |
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!
|