Jump to content

Quartile: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted 1 edit by Caleb.townson (talk) to last revision by PWMichel. (TW)
→‎Definitions: change formatting to remove equality of english words. Also extended formatting to include IQR
Line 7: Line 7:
[[Image:Boxplot vs PDF.svg|thumb|[[Boxplot]] (with quartiles and an [[interquartile range]]) and a [[probability density function]] (pdf) of a normal N(0,1σ<sup>2</sup>) population]]
[[Image:Boxplot vs PDF.svg|thumb|[[Boxplot]] (with quartiles and an [[interquartile range]]) and a [[probability density function]] (pdf) of a normal N(0,1σ<sup>2</sup>) population]]


* '''first quartile''' (designated Q<sub>1</sub>) = '''lower quartile''' = 25th [[percentile]] (splits off the lowest 25% of data from the highest 75%)
* '''first quartile''' (designated Q<sub>1</sub>) also called the '''lower quartile''' or the '''25th [[percentile]]''' (splits off the lowest 25% of data from the highest 75%)
* '''second quartile''' (designated Q<sub>2</sub>) = [[median]] = 50th percentile (cuts data set in half)
* '''second quartile''' (designated Q<sub>2</sub>) also called the '''[[median]]''' or the '''50th percentile''' (cuts data set in half)
* '''third quartile''' (designated Q<sub>3</sub>) = '''upper quartile''' = 75th percentile (splits off the highest 25% of data from the lowest 75%)
* '''third quartile''' (designated Q<sub>3</sub>) 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 = Q<sub>3</sub> - Q<sub>1</sub>)

The difference between the upper and lower quartiles is called the ''[[interquartile range]]''.


== Computing methods ==
== Computing methods ==

Revision as of 16:41, 1 April 2014

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.

Method 3

  1. If there are an even number of data points, then the method is the same as above.
  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

Example 2

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

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

Method 1 Method 2 Method 3

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 encountered with an outlier, we have to explain this 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 determining the fences using the following formula:

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 this 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. ^ Hyndman, Rob J; Fan, Yanan (November 1996). "Sample quantiles in statistical packages". American Statistician. 50 (4): 361–365. doi:10.2307/2684934.