The normal inverse distribution function
x = qnorm(p [,m,s])
probability
mean (default value is 0)
standard deviation (default value is 1) (q,m,s can be scalar or matrix with common size)
real such that Prob(X<=q)=p where X is a normal variable with mean m and standard deviation s
The normal inverse distribution function.