Statistics Toolbox    
nctinv

Inverse of the noncentral T cumulative distribution

Syntax

Description

X = nctinv(P,NU,DELTA) returns the inverse of the noncentral T cdf with NU degrees of freedom and noncentrality parameter DELTA for the corresponding probabilities in P. Vector or matrix inputs for P, NU, and DELTA must have the same size, which is also the size of X. A scalar input for P, NU, or DELTA is expanded to a constant matrix with the same dimensions as the other inputs.

Example

References

[1]  Evans, M., N. Hastings, and B. Peacock, Statistical Distributions, Second Edition, John Wiley and Sons, 1993. p. 147-148.

[2]  Johnson, N., and S. Kotz, Distributions in Statistics: Continuous Univariate Distributions-2, John Wiley and Sons, 1970. pp. 201-219.

See Also
icdf, nctcdf, nctpdf, nctrnd, nctstat


  nctcdf nctpdf