normal distribution probability
p = normal_prob(t,xbar,sigma)
real numberrs
real number
positive real numbers
real number
normal_prob(t,xbar,sigma)
returns the probability
p(X<=t)
when X
follows the normal distribution with parameters
xbar
, the mean of
X
, and sigma
, the standard deviation of
X
, with sigma
a positve real number.