Main Content
raylinv
Rayleigh inverse cumulative distribution function
Syntax
X = raylinv(P,B)
Description
X = raylinv(P,B)
returns
the inverse of the Rayleigh cumulative distribution function using
the corresponding scale parameter, B
at the corresponding
probabilities in P
. P
and B
can
be vectors, matrices, or multidimensional arrays that all have the
same size. A scalar input for P
or B
is
expanded to a constant array with the same dimensions as the other
input.
Examples
x = raylinv(0.9,1) x = 2.1460
Extended Capabilities
Version History
Introduced before R2006a