Evaluates the inverse of the noncentral Student's t cumulative probability distribution function.
double
scalar value representing the probability for which the function is to be evaluated. int
scalar value representing the number of degrees of freedom. This must be positive. double
scalar value representing the noncentrality parameter. A double
scalar value. The probability that a noncentral Student's t random variable takes a value less than or equal to this returned value is p
.
Method InverseNoncentralstudentsT
evaluates the inverse distribution function of a noncentral t random variable with idf
degrees of freedom and noncentrality parameter delta
; that is, with , , , it determines InverseNoncentralstudentsT(p, idf, delta)
, such that
where is the gamma function. The probability that the random variable takes a value less than or equal to is P
. See NoncentralstudentsT
for an alternative definition in terms of normal and chi-squared random variables. The method InverseNoncentralstudentsT
uses bisection and modified regula falsi to invert the distribution function, which is evaluated using NoncentralstudentsT
.
Cdf Class | Imsl.Stat Namespace | Example