Normal distribution

Definition:

  • Continuous random variable

  • based on Standard normal distribution

  • We say that is normal random variable, or simply that is normally distributed, with parameters and denoted by

    • ---
      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: