Dew Math for .NET
|
Student cumulative distribution function (CDF).
Parameters |
Description |
double x |
Function domain, real value. |
int 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.
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-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|