| Statistics Toolbox | Search  Help Desk |
| raylinv | Examples See Also |
Inverse of the Rayleigh cumulative distribution function.
Syntax
X = raylinv(P,B)
Description
X = raylinv(P,B) returns the inverse of the Rayleigh cumulative distribution function with parameter B at the probabilities in P.
The size of X is the common size of P and B. A scalar input functions as a constant matrix of the same size as the other input.
Example
x = raylinv(0.9,1)
x =
2.1460
See Also
icdf, raylcdf, raylpdf, raylrnd, raylstat