Studying for Exam LTAM, Part 1.3

What is your life expectancy? Are you a smoker? A heavy drinker? Male or Female? And how well do you eat and exercise?
These factors can all affect how long you can “expect” to live.
However, the word “expect” can be misleading in this context. It is an average. It is not set in stone. In fact, it might not even be “typical”. There can be a lot of variation. In other words, for all the people in the world who are similar to you, there will be a wide variety of ages that they will live to.
Mathematically, your life expectancy is the expected value, or mean (average), of a continuous survival random variable that models the lives of people who are similar to you.
Expected Value and Complete Expectation of Life
Let be an arbitrary continuous random variable with probability density function (PDF)
. Let
be an arbitrary “nice” function (such as a continuous function). The expected value of the “transformed” random variable
is
.
When , the answer is also denoted by
and it is called the mean, or expected value, of
. The equation in this case becomes
. When
is a positive integer and
then
is called the nth moment of
.
Recall, however, that when is a continuous survival random variable, we can take our lower limit of integration to be zero, rather than
.
Let us return to the setting of actuarial science and focus on the standard notation of that subject. Let be the continuous lifetime of a new life (such as a newborn baby). For any
, assuming survival to age
, let
be the corresponding remaining-life random variable. The mean of
is denoted by
. In other words,
, where
is the PDF of
.
The quantity is called the complete expectation of life for
(recall that the symbol
represents the individual of current age
). The word “complete” is used here because we are not just rounding down to their nearest whole-number age. We are including fractional ages.
The Survival Function and the Complete Expectation of Life
Let be an arbitrary continuous survival random variable with probability density function (PDF)
and cumulative distribution function (CDF)
. The corresponding survival function (SF) is
. Note that
.
Let us make the additional (reasonable) assumption that . If we set
and
, then we can write
and
From this, the formula for integration-by-parts can be used to write
.
Recall from the previous post “The Force of Mortality (Hazard Rate Function)” that the notation for the survival function of , as a function of
, is
. Hence, we can now say that, when
, we have
. This is the most common way that a mean is calculated in this context.
Uniform Distribution (De Moivre’s Law)
We now consider the same example as in the previous couple posts. We assume that has a uniform distribution over an interval
, which results in
having a uniform distribution over
.
Technically, all the relevant functions are piecewise-defined for this example. However, we will just restrict ourselves to the most important intervals and not worry about this fact. The relevant formulae are as follows. The PDF is for
. The CDF is
for
. And the SF is
for
.
We compute in two ways to see that we get the same answer.
First, .
Second, . From this we get the same answer as above:
.
This should make intuitive sense. In the model, is the maximum age a newborn can attain before death. Therefore, if
is at age
, the maximum remaining life is
. Since the distribution is uniform, the average remaining life is half of this, or
.
The Complete Expectation of Life is a Function of the Attained Age
Conceptually-speaking, we approached these calculations as if was fixed. However, now that we are done, we are free to treat
as a variable if we desire. Indeed,
is a function of
that can be graphed.
The animation below shows, for the uniform distribution example with , the graph of
on the left and the graph of
on the right (including when
). The slider tracks the value of
from 0 to 99. The black dots show the relevant point on each graph (noticed the labeled coordinates).

The Mathematica code to create this animation is shown below.
