Normal distribution
Definition: X∼N(μ,σ2)
-
```functionplot
---
xLabel:
yLabel:
bounds: [-5,15,0,0.15]
disableZoom: true
grid: true
---
f(x)=1/(sqrt(2*PI)*sqrt(10))* E^(-(x-5)^2/(2*10))
```
- Properties:
- ∫−∞∞f(x)dx=1
- Expected value E[X]=μ
- Variance Var(x)=σ2
- Graph of f is symmetric in the line x=μ
- f is maximized when x=μ
- f has two Infection points at x=μ±μ
- Conditions
- f(x)=2πσ1e−2σ2(x−μ)2,∞<x<∞
- Use The DeMoivre-Laplace limit theorem to evaluate a Binomial distribution when the number of trials become large.
- X∼B(n,p)→X∼N(np,npq) where:
- Continuity correction:
- Convert from discrete integer valued (binomial) to continuous (normal)
- P(X=i) as P(i−0.5<X<i+0.5)
- P(X<i)→P(X<i+0.5)
- P(X≤i)→P(X<−0.5)
- P(X>i)→P(X<i+0.5)
- P(X≥i)→P(X<i−0.5)
Sum of independent normal distribution: