miércoles, 14 de mayo de 2014

Median, Mean, Mode and Range



Median

Median
The middle number (in a sorted list of numbers).

To find the Median, place the numbers you are given in value order and find the middle number.

Example: find the Median of {13, 23, 11, 16, 15, 10, 26}.

Put them in order: {10, 11, 13, 15, 16, 23, 26}

The middle number is 15, so the median is 15.

(If there are two middle numbers, you average them.)

Finding the Mode

To find the mode, or modal value, first put the numbers in order, then count how many of each number.

Example:

3, 7, 5, 13, 20, 23, 39, 23, 40, 23, 14, 12, 56, 23, 29
In order these numbers are:
3, 5, 7, 12, 13, 14, 20, 23, 23, 23, 23, 29, 39, 40, 56
This makes it easy to see which numbers appear most often.
In this case the mode is 23.

How to Find the Mean

The mean is the average of the numbers.
It is easy to calculate: add up all the numbers, then divide by how many numbers there are.
In other words it is the sum divided by the count.

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

The Mean is 8


The Range (Statistics)

The Range is the difference between the lowest and highest values.
Example: In {4, 6, 9, 3, 7} the lowest value is 3, and the highest is 9.
So the range is 9-3 = 6.
Range
It is that simple!
But perhaps too simple ...

The Range Can Be Misleading

The range can sometimes be misleading when there are extremely high or low values.

Example: In {8, 11, 5, 9, 7, 6, 3616}:
  • the lowest value is 5,
  • and the highest is 3616,
So the range is 3616-5 = 3611.
The single value of 3616 makes the range large, but most values are around 10.


No hay comentarios:

Publicar un comentario