I was wondering if scipy/numpy has the inverse cumulative normal
function, ie the function f in this expression
f(scipy.stats.n orm.cdf(1.2)) = 1.2
or more generally, a function f which fits the criteria
f(scipy.stats.n orm.cdf(x)) = x
There is a distribution called invnorm, but I am not sure of how to use
it.
function, ie the function f in this expression
f(scipy.stats.n orm.cdf(1.2)) = 1.2
or more generally, a function f which fits the criteria
f(scipy.stats.n orm.cdf(x)) = x
There is a distribution called invnorm, but I am not sure of how to use
it.
Comment