Student TDistribution.Cdf Method
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Overload List
| Cdf( | Evaluates the cumulative distribution function (CDF) of this distribution for the specified value. |
| Cdf( | Evaluates the cumulative distribution function (CDF) of this distribution for the specified value. |
Cdf(Double, Int32)
Evaluates the cumulative distribution function
(CDF) of this distribution for the specified value.
public static double Cdf(
double x,
int degreesOfFreedom
)Parameters
Return Value
DoubleThe value of the cumulative distribution function for the specified value.
Remarks
The cumulative distribution function (CDF) of a distribution gives the probability that a sample from the distribution will be less than or equal to the specified value.
Exceptions
| Argument | degreesOfFreedom is less than or equal to zero. |