Quartile

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

In descriptive statistics, the quartiles of a ranked set of data values are the three points that divide the data set into four equal groups, each group comprising a quarter of the data. A quartile is a type of quantile. The first quartile (Q1) is defined as the middle number between the smallest number and the median of the data set. The second quartile (Q2) is the median of the data. The third quartile (Q3) is the middle value between the median and the highest value of the data set.

In applications of statistics such as epidemiology, sociology and finance, the quartiles of a ranked set of data values are the four subsets whose boundaries are the three quartile points. Thus an individual item might be described as being "in the upper quartile".

Definitions

Boxplot (with quartiles and an interquartile range) and a probability density function (pdf) of a normal N(0,1σ2) population
  • first quartile (designated Q1) also called the lower quartile or the 25th percentile (splits off the lowest 25% of data from the highest 75%)
  • second quartile (designated Q2) also called the median or the 50th percentile (cuts data set in half)
  • third quartile (designated Q3) also called the upper quartile or the 75th percentile (splits off the highest 25% of data from the lowest 75%)
  • interquartile range (designated IQR) is the difference between the upper and lower quartiles. (IQR = Q3 - Q1)

Computing methods

For discrete distributions, there is no universal agreement on selecting the quartile values.[1]

Method 1

  1. Use the median to divide the ordered data set into two halves. Do not include the median in either half.
  2. The lower quartile value is the median of the lower half of the data. The upper quartile value is the median of the upper half of the data.

This rule is employed by the TI-83 calculator boxplot and "1-Var Stats" functions.

Method 2

  1. Use the median to divide the ordered data set into two halves. If the median is a datum (as opposed to being the mean of the middle two data), include the median in both halves.
  2. The lower quartile value is the median of the lower half of the data. The upper quartile value is the median of the upper half of the data.

The values found by this method are also known as "Tukey's hinges".

Method 3

  1. If there are an even number of data points, then Method 3 is the same as either method above since the median is no single datum point.
  2. If there are (4n+1) data points, then the lower quartile is 25% of the nth data value plus 75% of the (n+1)th data value; the upper quartile is 75% of the (3n+1)th data point plus 25% of the (3n+2)th data point.
  3. If there are (4n+3) data points, then the lower quartile is 75% of the (n+1)th data value plus 25% of the (n+2)th data value; the upper quartile is 25% of the (3n+2)th data point plus 75% of the (3n+3)th data point.

This always gives the arithmetic mean of Methods 1 and 2; it ensures that the median value is given its correct weight, and thus quartile values change as smoothly as possible as additional data points are added.

Example 1

Ordered Data Set: 6, 7, 15, 36, 39, 40, 41, 42, 43, 47, 49

Method 1 Method 2 Method 3
\begin{cases}
Q_1  = 15 \\
Q_2  = 40 \\
Q_3 = 43
\end{cases} \begin{cases}
Q_1  = 25.5 \\
Q_2  = 40 \\
Q_3 = 42.5
\end{cases} \begin{cases}
Q_1  = 20.25 \\
Q_2  = 40 \\
Q_3 = 42.75
\end{cases}

Example 2

Ordered Data Set: 7, 15, 36, 39, 40, 41

As there are an even number of data points, all three methods give the same results.

Method 1 Method 2 Method 3
\begin{cases}
Q_1  = 15 \\
Q_2  = 37.5 \\
Q_3 = 40
\end{cases} \begin{cases}
Q_1 = 15 \\
Q_2 = 37.5 \\
Q_3 = 40
\end{cases} \begin{cases}
Q_1 = 15 \\
Q_2 = 37.5 \\
Q_3 = 40
\end{cases}

Outliers

There are methods by which to check for outliers in the discipline of statistics and statistical analysis. As is the basic idea of descriptive statistics, when encountering an outlier, we have to explain this value by further analysis of the cause or origin of the outlier. In cases of extreme observations, which are not an infrequent occurrence, the typical values must be analyzed. In the case of quartiles, the Interquartile Range (IQR) may be used to characterize the data when there may be extremities that skew the data; the interquartile range is a relatively robust statistic (also sometimes called "resistance") compared to the range and standard deviation. There is also a mathematical method to check for outliers and determining "fences", upper and lower limits from which to check for outliers.

After determining the first and third quartiles and the interquartile range as outlined above, then fences are calculated using the following formula:

\text{Lower fence} = Q_1 - 1.5(\mathrm{IQR}) \,
\text{Upper fence} = Q_3 + 1.5(\mathrm{IQR}), \,

where Q1 and Q3 are the first and third quartiles, respectively. The Lower fence is the "lower limit" and the Upper fence is the "upper limit" of data, and any data lying outside these defined bounds can be considered an outlier. Anything below the Lower fence or above the Upper fence can be considered such a case. The fences provide a guideline by which to define an outlier, which may be defined in other ways. The fences define a "range" outside of which an outlier exists; a way to picture this is a boundary of a fence, outside of which are "outsiders" as opposed to outliers.

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.

External links

de:Quantil#Quartil ru:Квантиль#Медиана и квартили uk:Квантиль#Медіани і квартилі