This article was published as a part of the Data Science Blogathon
The normal distribution is an important class of Statistical Distribution that has a wide range of applications. This distribution applies in most Machine Learning Algorithms and the concept of the Normal Distribution is a must for any Statistician, Machine Learning Engineer, and Data Scientist.
So, In this article, we will explore all the concepts about Normal Distribution in a detailed manner.
1. What is the Normal distribution?
2. Why is Normal Distribution Important?
3. Parameters of Normal Distribution
4. Properties of Normal Distribution
5. Distributions Functions for the Normal Curve
6. Applications of Normal Distribution
The Normal distribution is also known as Gaussian or Gauss distribution. Many groups follow this type of pattern. That’s why it’s widely used in business, statistics, and in government bodies like the FDA:
Let’s understand the concept with the help of the following example:
For Example,
The Normal distribution curve is seen in some of the competitive tests like the SAT, UPSC, JEE-Advanced, and GRE, etc. Here the normal distribution indicated that the bulk of students will score the average marks (grade=C), while smaller numbers of students will score the grades (B or D), and a smaller number of students score an F or an A grade.
All these types of inferences are taken from the empirical formula of Normal Distribution, which we will discuss later in this article.
There are several reasons why the normal distribution is crucial in statistics. Some of those are as follows:
1. The statistical hypothesis test assumes that the data follows a normal distribution.
2. Both linear and non-linear regression assumes that the residual follows the normal distribution.
3. Moreover, the central limit theorem states that as the sample size increases the distribution of the mean follows normal distribution irrespective of the distribution of the original variable
4. Apart from this most of the statistical software programs support some of the probability functions for normal distribution as well.
There are two main parameters of a normal distribution- the mean and standard deviation. With the help of these parameters, we can decide the shape and probabilities of the distribution wrt our problem statement. As the parameter value changes, the shape of the distribution changes.
1. Mean
Image Source: Google Images
2. Standard Deviation
Image Source: Google Images
All forms of the normal distribution share the following characteristics:
1. It is symmetric
2. The mean, median, and mode are equal
3. Empirical rule
Fig. Empirical Formula of Normal Distribution
Image Source: Google Images
4. Skewness and kurtosis
5. Area under the curve
1. Probability Density Function (PDF)
The general formula for the probability density function of the normal distribution is given by,
where,
μ is the location parameter, and
σ is the scale parameter
2. Cumulative Density Function (CDF)
The formula for the cumulative distribution function of the normal distribution is given by,
Remember that the above integral does not exist in a simple closed formula. It is computed numerically.
Fig. PDF and CDF for Normal Distribution
Image Source: Google Images
Special Case:
The case where μ = 0 and σ = 1 is called the standard normal distribution. The equations for the standard normal distribution is
Fig. PDF of Standard Normal Distribution
Let us apply the Empirical Rule to the following problem:
Problem Statement:
Let’s have data of heights of Indian women aged 18 to 24, which is approximately normally distributed with a mean of 65.5 inches and a standard deviation of 2.5 inches.
From the empirical rule, it follows that:
– 68% of these Indian women have heights between 65.5 – 2.5 and 65.5 + 2.5 inches or between 63 and 68 inches,
– 95% of these Indian women have heights between 65.5 – 2(2.5) and 65.5 + 2(2.5) inches, or between 60.5 and 70.5 inches.
– Therefore, the tallest 2.5% of these women are taller than 70.5 inches. (The extreme 5% fall more than two standard deviations, or 5 inches from the mean. And since all normal distributions are symmetric about their mean, half of these women are on the tall side.)
– Almost all young Indian women are between 58 and 73 inches in height if you use the 99.7% calculations.
Thanks for reading!
I hope you enjoyed the article and increased your knowledge about Normal Distribution in Statistics.
Please feel free to contact me on Email
Something not mentioned or want to share your thoughts? Feel free to comment below And I’ll get back to you.
Currently, I am pursuing my Bachelor of Technology (B.Tech) in Electronics and Communication Engineering from Guru Jambheshwar University(GJU), Hisar. I am very enthusiastic about Statistics, Machine Learning and Deep Learning.
The media shown in this article are not owned by Analytics Vidhya and are used at the Author’s discretion.