um..what's invNorm( ??
Is that an issue that I don't know it? I have a CAS calculator, and I've been taught to use Stat/List or the program "Probably" for probability distributions...Can I use them in this case, or am I going to have to learn how to use InvNorm (very quickly, considering I have a SAC)?
Thanks
since you have the Stat/List program, in Home screen, press Catalog, then F3 (to take you to the FlashApps functions)
you should be able to find a range of functions useful for probability here:
binompdf(n,p,x) *using binompdf(n,p) gives a very interesting output, you should try it also
binomcdf(n,p,lower bound,upper bound)
normcdf(lower bound,upper bound,μ,σ) *using normcdf(lower bound,upper bound) will give the result according to the standard normal distribution, i.e. treating the lower and upper bounds as Z scores.
invnorm(area,μ,σ) *using invnorm(area) will give the result according to the standard normal distribution, i.e. a Z score