In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
> [EMAIL PROTECTED] wrote:
> > I was wondering if scipy/numpy has the inverse cumulative normal
> > function, ie the function f in this expression
> >
> > f(scipy.stats.norm.cdf(1.2)) = 1.2
> >
> > or more generally, a function f which f
[EMAIL PROTECTED] wrote:
> I was wondering if scipy/numpy has the inverse cumulative normal
> function, ie the function f in this expression
>
> f(scipy.stats.norm.cdf(1.2)) = 1.2
>
> or more generally, a function f which fits the criteria
>
> f(scipy.stats.norm.cdf(x)) = x
Look in the file wh
I was wondering if scipy/numpy has the inverse cumulative normal
function, ie the function f in this expression
f(scipy.stats.norm.cdf(1.2)) = 1.2
or more generally, a function f which fits the criteria
f(scipy.stats.norm.cdf(x)) = x
There is a distribution called invnorm, but I am not sure of