Question: How to compute normal (and inverse normal) distribution values ?

Hi, how can you compute the normal distribution value (in my case the standard normal distribution) of a value and likewise the inverse normal distribution for a given random number in Maple?

I haven't really found any way to do this easily like you can in e.g. Excel or Matlab.

For example if I have a value z = 2.7102, I can in Matlab find the standard normal distribution value as:

Φ(z) = cdf('normal',z,0,1) and inversely z = norminv(Φ(z) ,0,1)

Or in Excel: Φ(z) = normdist(z,0,1) and z = norminv(Φ(z) ,0,1)

 

How to do this in Maple?

 

Please Wait...