| Statistics Toolbox | Search  Help Desk |
| ncx2inv | Examples See Also |
Inverse of the noncentral chi-square cdf.
Syntax
X = ncx2inv(P,V,DELTA)
Description
X = ncx2inv(P,V,DELTA) returns the inverse of the noncentral chi-square cdf with parameters V and DELTA, at the probabilities in P.
The size of X is the common size of the input arguments. A scalar input functions as a constant matrix of the same size as the other inputs.
Algorithm
ncx2inv uses Newton's method to converge to the solution.
Example
ncx2inv([0.01 0.05 0.1],4,2)
ans =
0.4858 1.1498 1.7066
References
See Also
ncx2cdf,ncx2pdf,ncx2rnd,ncx2stat