Home page for accesible maths 6.4 Expectation and variance

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

6.4.1 Quantiles

Often interest is in the values of a continuous random variable which are not exceeded with a given probability, such values are termed quantiles with xp the 100p% quantile defined by

FX(xp)=p.

Certain quantiles are of special interest:

Median:

the median is the middle of the distribution in the sense that half the values of the variable (in probability) are less than the median, and half are more. The median is the 50% quantile, x0.5, so that F(x0.5)=0.5. As a measure of location, the median has the advantage over the expectation of existing for all distributions.

Quartiles:

the quartiles split the distribution into four equally likely regions, x0.25 the lower quartile, x0.5 the median and x0.75 the upper quartile.

P(X<x0.25)=P(x0.25<X<x0.5)=P(x0.5<X<x0.75)=P(X>x0.75)=0.25.

This is illustrated on Figure 6.4.

Inter-quartile range:

the difference in values of quartiles provides a measure of the variability of a random variable (measured in the units of the variable) that does not require the evaluation of the standard deviation (which can be infinite). The inter-quartile range is

x0.75-x0.25.
Figure 6.4: The cdf and pdf for a continuous random variable X and the three quartiles x0.25, x0.50 and x0.75. Note that the quartiles split the area under pdf into four equally sized regions.
Example 6.7.

A possible model for the claim sizes received by an insurance company is a random variable with cdf

FX(x)=1-exp(-λx),

for some λ>0. The company is legally obliged to pay the smallest 99% of claims without requiring re-insurance support. What claim size must the company be able to pay without re-insurance support?

Solution.

The company must pay without support when a claim X is less than x0.99, where

0.99=P(Xx0.99)=FX(x0.99)
1-exp(-λx0.99)=0.99
exp(-λx0.99)=1-0.99
-λx0.99=log(1-0.99)
x0.99=-1λlog(0.01).

Exercise 6.8.

It is considered suitable to model the annual maximum sea level by an extreme value distribution

FX(x)=exp[-exp{-(x-α)/β}],

for β>0. The sea flood defence needs to be built to withstand a flood of the size which occurs in any year with probability 0.01 (i.e. once on average every 100 years). Evaluate the required height of the flood defence.

Solution.

We seek x such that P(X>x)=0.01.
Equivalently FX(x)=0.99
We thus solve

exp[-exp{-(x-α)/β}]=0.99
-(x-α)/β=log[-log{0.99}]

Therefore

x=α-βlog{-log(0.99)}.