Skip to main content

BASIC STATISTICS ---Mean,Median and Mode

MMEAN,MEDIAN AND MODE

In order to summarize your data, you can do this using two methods:
  1. Graphs.
  2. Central Tendency methods.
1. Graphs: Using various graphs we can easily summarize our data and get into the result.
2. Central Tendency Method: It represents the center point or typical value of dataset. It represents the data to cluster to a middle value.  

Measures of Central Tendency
It can be measured through three different:
1. Mean
2. Median
3. Mode

1. Mean:
It is one of the common central tendency method used.It can used for discrete and continuous data.It is given by sum of all values of dataset divided by number of values in the dataset. So if we have n values in dataset and they have values like x1,x2,x3,x4 etc. 

                                            



Mean Formula – Example #1

Let say you have a data set with 10 data points and we want to calculate mean for that. Data set : {4,6,8,9,22,83,98,45,87,10}

Data Set

Calculation of Mean Formula Example 1

2. Median:

The median is the middle score for a set of data that has been arranged in order of magnitude.Suppose we have the data below:

6555895635145655874592
We first need to rearrange that data into order of magnitude (smallest first):
143545555556 5665878992

Our median mark is the middle mark - in this case, 56 (highlighted in bold). It is the middle mark because there are 5 scores before it and 5 scores after it.

3. Mode:
Number which is occurring most often in a given set of dataset. for e.g. in {6, 3, 9, 6, 6, 5, 9, 3}
which the mode 6 which occur most. The  mode is 6.




Comments

Popular posts from this blog

About ME

HEY! Everyone I am Rajat a passionate researcher love to analyze data statistics and interpret various research done previously. I created this blog in order to help the research enthusiast who want to learn statistics. You will learning the statistics from basic and step-by-step through analysis.  My Approach to Teaching Statistics I want to help you to learn statistics.But I am not telling, you to learn equation Don't get me wrong.Equations are necessary. I want you to learn true essence of statistics. I will help you to learn more about the graphs.However, I'' will focus on teaching in sequential manner.After all you will use statistical tool rather you don't have to remember the formulas. Why You Need to Understand Statistics The world is shifting more towards data-driven place,to draw come with insightful conclusion to a problem statement. Even if you are not performing statistical analysis how will trust the result of others true? This only happen when you know th...

Cross-tabulation and How to measure chi-square in SPSS

                                                                      Cross-tabulation   It is used to measure the relationship in two categorical variables. It is used to measure the chi-square test. For measuring the chi-square test there are two conditions: 1.Variables should be measured in nominal or ordinal level. 2. Variables should contain two or more categorical or independent groups. For example, to teach statistics for undergraduates,educators have to know their auidence(male,female) and which mode of learning they want(online,offline).So,here two nominal variables gender and medium of learning. Steps how to do chi-square in SPSS using cross-tabulation: Step1:  Referring to the above examples, two...

RANGE, INTERQUARTILE RANGE AND BOX PLOT

Range: It is the difference between the highest and the lowest value. for example, 1. Range(team 1): 17.5 - 10.5 = 7 2.  Range(team 2): 27.7 - 0 = 27.7 As ranges takes only the count of extreme values sometimes it may not give you a good impact on variability.  In this case, you can go for another measure of variability called interquartile range (IQR). Interquartile Range (IQR):  It is a better measure of dispersion than  range  because  it leaves out the extreme values . It equally divides the distribution into four equal parts called quartiles. First 25% is 1 st  quartile (Q1), last one is 3 rd  quartile (Q3) and middle one is 2 nd  quartile (Q2). 2 nd  quartile (Q2) divides the distribution into two equal parts of 50%. So, basically it is same as  Median. How to calculate IQR: Step 1: Order from low to high Step 2: Find the median or in other words Q2 Step 3: Then find Q1 by looking the median of the left side of Q2 Steps 4: Sim...