Normal Distribution

Normal Distribution

ideal model for continuous data
If a continuous random variable X follows a normal distribution with mean μ and standard deviation σ, this is generally written X∼N(μ,σ2)
μ tells you where the center of the curve is, and σ gives you the spread.
as σ2 gets larger, the flatter and wider the normal curve becomes
normal distribution.png
No matter how far you go out on the graph, the probability density never equals 0.

How to calculate a normal probability

1. determine distribution

2. standardize to N(0,1)

Z=X−μσ

3. look up probabilities

use a z-score table

P(Z>z)=1−P(Z<z)P(a<Z<b)=P(Z<b)−P(Z<a)

X + Y Distribution

If X∼N(μx,σx2) and Y∼N(μy,σy2) , then X+Y∼N(μ,σ2) where

Z=(X+Y)−μσ

Linear Transforms

If X∼N(μ,σ2) and a and b are numbers, then

aX+b∼N(aμ+b,a2σ2)

If X1,X2,...,Xn are independent observations of X where X∼N(μ,σ2) , then

X1+X2+...+Xn∼N(nμ,nσ2)

Sources: 1

Connect With Me!