Normal density function is not fully invertible. This function returns the positive inverse.
invDnorm(x) inv_dnorm(x)
x | A numeric vector. |
---|
A vector the same length as x.
Cribbed from http://stackoverflow.com/questions/19589191/the-reverse-inverse-of-the-normal-distribution-function-in-r.
inv_dnorm()
is deprecated.
Dave Braze davebraze@gmail.com