7-11-2

Distribution

Distribution Command List

kNormal Distribution

Normal Probability Density

Command: NormPD￿

Description: This command calculates the probability density of normal distribution from a specified x value. Normal probability density is used for normal distribution.

 

1

 

 

(x )2

 

f (x) =

 

e

 

 

 

(σ > 0)

 

2σ

2

 

 

 

 

 

 

 

 

 

 

2πσ

 

 

 

 

 

Command Syntax

x value, σ value, value

Definition of Terms

x : data value

σ: standard deviation (σ > 0) : mean

Specifying σ = 1 and = 0 produces standard normal distribution.

Input Example:

NormPD 3,1,0

Calculation Result Output

p : normal probability density

Normal Distribution Probability

Command: NormCD ￿

Description: This command calculates the probability of normal distribution data falling between a and b.

a : lower boundary (Lower)

b : upper boundary (Upper)

Command Syntax

Lower value, Upper value, σ value, value

20021201