<< mean Probas Stats permutation >>

Scilab Scholar module for schools >> Probas Stats > normal_prob

normal_prob

normal distribution probability

Calling sequence

p = normal_prob(t,xbar,sigma)

Arguments

t

real numberrs

xbar

real number

sigma

positive real numbers

p

real number

Description

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.

Examples

normal_prob(4,3,1.5)

See Also

<< mean Probas Stats permutation >>