|

Quick Graphs On Normal Distribution, Skewness, Mean ,Mode, Median And Central Limit Theorem

These are quick reference charts about basic Statistics of your data.

 

 

 

Skewness of the Data is described by the tail of the data.

Left skewed means the tail points to the left and Right Skewed means the tail points to the right

 

The Skewness and the position of the Mean and Median

 

The second graph below indicates that in the

  1. Left Skewed distribution, the Mean is less than (<) the Median
  2. Right Skewed distribution, the Mean is greater than (>) the Median
  3. Symmetry, the Mean is approximately same as the Median

 

 

Robust Statistic:

The Median and Interquartile range (IQR) are generally a good representation of the center and spread respectively of skewed distributions than the Mean and Standard Deviation or Range. This is because the Median and Interquartile range values are not generally affected by the outliers or by extreme minimum and maximum values

 

The Central Limit Theorem (CLT)

According to the Central Limit Theorem (CLT), the distribution of sample statistics is nearly normal, centered at the population mean, and with a standard deviation equal to the population standard deviation divided by square root of the sample size.

Hence, for Central Limit theorem, when you take the means of the sampling distribution you will eventually end up having a normal distribution.

 

Conditions for the CLT:

  1. Independence: Sampled observations must be independent
    1. Sampled observations must be a random sample / assignment
    2. if sampling without replacement, the sample size (n) should be less than 10% of the population
  2. Sample size / Skew: The second condition is that either the population distribution is normal or skewed, the sample size must be large. The rule of thumb is that the sample size (n) is greater than 30

 

This can be visualised using this tool here

Or you can use this tool here : CLT_mean ( Credit: Duke University)

 

Other relevant apps for checking other stats can also be found here: stats apps

 

Credit to Duke University on Coursera and Statistics for Business Analytics A-Z on Udemy

Want more information like this?

Similar Posts

  • | |

    Various Types of Basic Charts For Data Analysis and Exploration – Visualization and Meaning

    Sometimes, you need some charts to explore your data and many times when your analysis is done and you want to report, you would most likely want to convey your message using charts and graphs. This is a quick look at some charts which are available and their names: We use this raw data in…

  • |

    Data Analytics Framework – Simple Short Notes For Aspiring Data Analysts

    In the process of Data Analysis, sometimes, we are too engrossed and happy about the available data and try to jump straight into the data and make a lot of analysis and then later try to fit our analysis round business problems whether or not they exist. Hence we try to even make up problems…

  • | |

    Simple Interactive Google Data Studio Dashboard

    Google has now made Data Studio accessible and you can use it to create pretty cool data visualizations. You can find out more about the free versions and the premium versions here. Google Data Studio In the meantime, you can view a simple dashboard I created for Amazon Product Sourcing here: Amazon product Sourcing Google Studio…

  • | |

    Testing a Basic Linear Regression Model – Data Analysis and Intrepretation

    Testing a Basic Linear Regression Model Background My research work deals with Ghana, a country from the Gapminder dataset as has already been discussed from the beginning and progression through this course.     1)     Program  Code and Output

           #####################     OUTPUT BEGIN  #####################     Axes(0.125,0.125;0.775×0.775) Describe the centered…

  • |

    Create Batch Dot Bat File to Run Your Python Script With Windows Scheduler

    After writing your script, you might want to schedule it to run periodically, let’s say, Daily, Weekly or Any Time interval you will decide Before you schedule that you want to  simply create a batch file and schedule it run with a Windows Scheduler. Here are simple steps to do that. First of all, if…

  • |

    Quick Example and Walk-Through JSON with Python

    This is a quick to create a dictionary object , write it to a JSON file and then read back the file and convert it to a dictionary and access the items in the dictionary. Credit to : codebasics.  You can check him out on Youtube In [3]:

      In [6]:

      Out[6]:

    In [14]:…

Leave a Reply

Your email address will not be published. Required fields are marked *