Skip to main content

Mean, Median and Mode

Mean:
A simple or arithmetic average of a range of values or quantities, computed by dividing the total of all values by the number of values. For example, the mean of 1, 2, 3, 4, and 5 is (15 ÷ 5) = 3. It is the most common and best general purpose measure of the mid-point (around which all other values cluster) of a set of values, but is prone to distortion by the presence of extreme values and may require the use of a measure of distortion (such as mean deviation or standard deviation). Also called arithmetic mean.
Example 1: What is the Mean of these numbers?
6, 11, 7
·         Add the numbers: 6 + 11 + 7 = 24
·         Divide by how many numbers (there are 3 numbers): 24 / 3 = 8
Median:
Value or quantity that falls halfway between a set of values arranged in an ascending or descending order. When the set contains an odd number of values, the median value is exactly in middle. If the number of values is even, the median is computed by averaging the two numbers closest to the middle.
Example:
3, 13, 7, 5, 21, 23, 23, 40, 23, 14, 12, 56, 23, 29
When we put those numbers in order we have:
3, 5, 7, 12, 13, 14, 21, 23, 23, 23, 23, 29, 40, 56
There are now fourteen numbers and so we don’t have just one middle number, we have a pair of middle numbers:
3, 5, 7, 12, 13, 14, 21, 23, 23, 23, 23, 29, 40, 56
In this example, the middle numbers are 21 and 23.
To find the value halfway between them, add them together and divide by 2:
21 + 23 = 44
then 44 ÷ 2 = 22
MEASURES OF DISPERSION:
Dispersion in statistics is a way of describing how to spread out a set of data is. When a data set has a large value, the values in the set are widely scattered; when it is small the items in the set are tightly clustered. Very basically, this set of data has a small value:
1, 2, 2, 3, 3, 4
…and this set has a wider one:
0, 1, 20, 30, 40, 100
The spread of a data set can be described by a range of descriptive statistics including variance, standard deviation, and interquartile range. Spread can also be shown in graphs: dot plots, boxplots, and stem and leaf plots have a greater distance with samples that have a larger dispersion and vice versa.
Image result for scatter plot in measure of dispersion 

Comments

Popular posts from this blog

Frequency Distribution and Data Presentation

A  frequency distribution is a table that displays the frequency of various outcomes in a sample. Each entry in the table contains the frequency or count of the occurrences of values within a particular group or interval, and in this way, the table summarizes the distribution of values in the sample. Organizing Data. 1.Arrange data into an array 2. Decide on the number of classes( k) 3. Calculate the class interval 4. Prepare a tally sheet There are two types of Frequency:  Categorical frequency distribution. Grouped frequency distribution. Categorical Frequency Distributions The categorical frequency distribution is used for data that can be placed in specific categories or represent values of a qualitative variable. Grouped Frequency Distributions: When the data are numerical and their range is large, the data must be grouped into classes that are more than one unit in length. Histogram The histogram is an accurate graphical representati...

Hypothesis Testing

Hypothesis refers means an educated guess or an assumption that can be tested. Forms of hypothesis: 1.       HA- Research hypothesis 2.       HO- Null hypothesis HA: Research hypothesis: The research hypothesis is also known as an alternate hypothesis. HA is a statement on which a statistical hypothesis test is set up. HO- Null hypothesis: Null hypothesis is also known as no difference or no relationship, this is used to facilitate testing of research hypothesis Types of hypothesis: ·         One-tailed- Directional HA: p>0 HO: p<0 ·         Two-tailed- non-directional HA: p not equal to zero Types of Error: Type 1 Error – Rejection of a true Null hypothesis. Type 2 Error – It may have a false negative finding. Type 1 error is donated by Alpha. Level of significant can reduce...

Population and Sample

A Population comprises of all elements showing the parameters of an individual or objects. Whereas, a Sample is a sub-set of a population showing statistics.