Description
Returns the
element-by-element
inverse of the cumulative normal distribution function cnormal
.
The matrix p is real or double-precision and its elements
are between 0 and 1 exclusive.
Example
x = .01: .01 : .99
gtitle("inormal")
gplot(x, inormal(x))