Re: scipy/numpy inverse cumulative normal

2006-04-10 Thread noonoo
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

Re: scipy/numpy inverse cumulative normal

2006-04-08 Thread Robert Kern
[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

scipy/numpy inverse cumulative normal

2006-04-08 Thread bartsimpson8882002
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