Normal distribution

Definition:

-
  ```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:
    • Expected value
    • Variance
    • Graph of is symmetric in the line
    • is maximized when
    • has two Infection points at
  • Conditions

Probability density function

Normal approximation to Binomial distribution:

  • Use The DeMoivre-Laplace limit theorem to evaluate a Binomial distribution when the number of trials become large.
  • where:
  • Continuity correction:
    • Convert from discrete integer valued (binomial) to continuous (normal)
    • as

Sum of independent normal distribution: