Table of contents
- Introduction:
- Normal Distribution:
- Parameters of Normal Distribution:
- Importance of Normal Distribution:
- PDF Equation for Normal Distribution:
- Standard Normal Distribution:
- PDF Equation for Standard Normal Distribution:
- Advantages of Transforming to Standard Normal Distribution:
- Ways to Transform to Standard Normal Distribution (Z-score):
- Properties of Normal Distribution:
- Use of Normal Distribution in Data Science:
- Conclusion:
Introduction:
Normal distribution, also known as Gaussian distribution, plays a pivotal role in the realm of statistics and data science. Its symmetrical bell curve has far-reaching implications, shaping our understanding of randomness, variability, and real-world phenomena.
Normal Distribution:
Normal distribution is a continuous probability distribution that forms a bell-shaped curve when plotted. It is characterized by a symmetric, mound-shaped density function.
Parameters of Normal Distribution:
The two key parameters are the mean (μ), representing the center of the distribution, and the standard deviation (σ), indicating the spread or dispersion of the data.
Importance of Normal Distribution:
A normal distribution is omnipresent. A classic example is human height, where the majority of people cluster around the average height, forming a bell curve.
PDF Equation for Normal Distribution:
The Probability Density Function (PDF) for normal distribution is given by: \(f(x|\mu, \sigma) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2} \)
\(\mu \) : Mean(It controls the position of curve on X axis)
\(\sigma\): Standard Deviation (It controls the spread on the X-axis)
Standard Normal Distribution:
A special case where the mean \(\mu\) is 0 and the standard deviation \(\sigma\) is 1, simplifying computations and comparisons across different normal distributions.
PDF Equation for Standard Normal Distribution:
\(\phi(z) = \frac{1}{\sqrt{2\pi}} e^{-\frac{1}{2}z^2} \)
- ( z ): Z-score (number of standard deviations from the mean)
Advantages of Transforming to Standard Normal Distribution:
Facilitates comparison between different normal distributions, aids in statistical hypothesis testing, and simplifies data interpretation.
Ways to Transform to Standard Normal Distribution (Z-score):
\(z = \frac{x - \mu}{\sigma}\) This transformation involves subtracting the mean and dividing by the standard deviation, providing a normalized scale.
Properties of Normal Distribution:
a. Symmetry: The curve is symmetric around the mean.
b. Central Tendencies: Mean, median, and mode coincide.
c. No Skewness: The distribution is free from skewness.
d. Area Under Curve is 1: The total probability under the curve is always 1.
e. Empirical rule: 68% of data is present in 1st standard deviation. 97% data is present in 2nd standard deviation and 99% data is present in the third standard deviation.
Use of Normal Distribution in Data Science:
Model Assumptions: Many statistical techniques assume normality.
Statistical Inference: Hypothesis testing and confidence intervals rely on a normal distribution.
Predictive Modeling: Gaussian assumption aids various machine learning algorithms.
Conclusion:
In the vast landscape of data science, understanding and harnessing the power of normal distribution illuminates our journey through statistical analysis and model building. As we traverse the symmetrical contours of this statistical symphony, we unlock the doors to insightful interpretations and robust predictions.