Definition:

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:

Testing Normality of sample:

  • If the history for a variable in a multivariate appears reasonably symmatric, we can check further by counting the number of observation in certain intervals (quantile) to see if it follows the normal distribution
  • We can use Q-Q Plot to assess the assumption of normality
    • with plots the sample quatile versus the expected quantile if the observations were normally distributed
    • If the points form a straight line with high Correlation Coefficient, it means that the assumption that sample collected is normal is non-rejectable
    • The idea is to plot the data and its z-score, it the sample is normally distributed, their z-score should increase linearly (z-score is already standardized by
  • If we have elements observed and order them, then quantile () of th element
  • Steps:
    • : sample normally distributed,
    • for each data, find
    • then plot, where is the corresponding data point
    • Find the Correlation Coefficient of the line, it is our test statistics
    • Compare it against Chi-squared distribution with n dof, reject if