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

Student distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double StudentCDFInv(double p, int Nu);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
int Nu 
Defines distribution degrees of freedom, positive integer. 

the Student distribution point percent function (PPF) for probability p using the integer parameter Nu (degrees of freedom). Parameter Nu must be positive integer number and probability p must lie on the interval [0,1], otherwise the result is NAN.

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

 

The result of StudentCDFInv is the solution of the integral equation of the StudentCDF with parameter Nu where you must specify the probability p.

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