Learn Python

Learn Data Structure & Algorithm

Learn Numpy

Learn Pandas

Learn Matplotlib

Learn Seaborn

Statistics Introduction

Statistics Variable

Statistics Sample & population

Statistics Measure of central tendency

Statistics Measure of Dispersion

Statistics Distribution

Statistics Z-score

Statistics PDF & CDF

Statistics Center Limit Theorem

Statistics Correlation

Statistics P value & hypothesis test

Statistics Counting rule

Statistics Outlier

Learn Math

Learn MATLAB

Learn Machine learning

Learn Github

Learn OpenCV

Learn Deep Learning

Learn MySQL

Learn MongoDB

Learn Web scraping

Learn Excel

Learn Power BI

Learn Tableau

Learn Docker

Learn Hadoop

Center limit theorem in statistics

What is central limit theorem?

If you do random sampling from any type of distribution and calculate the mean of the samples and plot it in a graph then the distribution of the mean will be normal distribution and the curve shape will be bell shape curve. This sampling technique must be with replacement sampling technique. With replacement sampling means that when you select a data from the population at random, it is returned to the population again and for this reason the data which is selected has a chance to again get selected while creating second sample. For this reason, in with replacement sampling, samples can contain unique data and also duplicate data.

Suppose you have a population X. From X population you are doing random sampling. After sampling, you have a total of 100 samples. Now calculate the mean of each sample. After finding the mean plot a histogram of mean values and the histogram will be a normal distribution where mean(µ) will be equal to population(X) mean and variance will be σ2/n.

Why we use central limit theorem(CLT)?

This theorem is based on hypothesis testing. This theorem gives knowledge about the practical application of inferential statistics of data. You will use it in confidence intervals, DOE, regression analysis, etc.

Example:




In the image, population data is normally distributed. The first time take sample size is two and plot the graph and you can see that the graph is normally distributed. Then second time takes sample size=8, then third time takes sample size=16, and the fourth time takes 32. If you plot the graph and each time the distribution is the normal distribution.

CodersAim is created for learning and training a self learner to become a professional from beginner. While using CodersAim, you agree to have read and accepted our terms of use, privacy policy, Contact Us

© Copyright All rights reserved www.CodersAim.com. Developed by CodersAim.