You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > StudentCDF Method > Probabilities.StudentCDF Method (double, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.StudentCDF Method (double, int)

Student cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double StudentCDF(double x, int Nu);
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!