Previous Up Next

9.4.7  Normal distributions

The probability density function for a normal distribution: normald loi_normal

The density function of the normal distribution with mean µ and standard deviation σ at the point x is

normald(µ,σ,x) = 
1
 σ
 e(x−µ)2/2      (4)

The normald (or loi_normal) command finds the value of this density function.


Examples.

The cumulative distribution function for normal distributions: normal_cdf normald_cdf

The normal_cdf (or normald_cdf) command computes the cumulative distribution function for the normal distribution.


Examples.

The inverse distribution function for normal distributions: normal_icdf normald_icdf

The normal_icdf (or normald_icdf) command computes the inverse distribution for the normal distribution.


Examples.

The upper tail cumulative function for normal distributions: UTPN

The UTPN (the Upper Tail Probability - Normal distribution) computes Prob(X > x) for a normal distribution.


Examples.


Previous Up Next