Lesson 3 - Analysis of State Transitions
Lesson 3 - Analysis of State Transitions
Lesson 3
Healthy (H)
Temporarily
Ill (TI)
Permanently
Ill (PI)
Dead (D)
Each of the boxes represents possible states for an individual, whilst lines with arrows represent
possible transitions between states. For example a Healthy individual can become Temporarily Ill,
Adam Butt
Version 1 (2015)
Page 1
and a Temporarily Ill individual can also become Healthy. A Healthy individual or Temporarily Ill
individual can become Permanently Ill, but a Permanently Ill individual cannot become Healthy or
Temporarily Ill. Absorbing states are states that cannot be transitioned out of once they are entered
(i.e. they only have arrows leading to them and not away from them). Obviously in this example the
Dead state is absorbing; you clearly cannot exit this state once you enter it, but you can enter it
from all of the other states!
These models are very important to actuaries, as the cash flows that affect individuals and the
insurer will depend on the state the individual is in. For example, imagine an insurance product that
requires policyholders to pay a premium to the insurer when they are healthy and take up the
product, and to continue paying premiums each subsequent year that they are healthy. No claim is
paid to the policyholder while they are healthy. But the product provides a regular claim to a
policyholder who is temporarily ill, and a one-off claim to a policyholder who becomes permanently
ill or dies. The policy ceases after one of these one-off claims. Clearly the future movements of
policyholders between states will affect cash flows in (premiums) and out (claims) of the insurer, and
the insurer will need to know the probabilities of movements between these states in order to
ensure the Actual Reserves are sufficient to pay the claims to policyholders as they occur.
In the remainder of this weeks material will we will investigate how to model transitions between
the states. For simplicity, we will consider a basic two-state model only, with a single transition
between the Alive and the Dead state:
Dead (D)
Alive (A)
An example of a product for which this model might be useful is one that requires policyholders to
pay regular premiums when they are alive and then provides a one-off claim when the policyholder
dies. This is obviously a very simple product, but will provide a nice framework from which to view
an example of actuarial work. In practice, actuaries will typically need to consider much more
complicated models of state when working with insurance and other financial products.
Adam Butt
Version 1 (2015)
Page 2
x
Dead (D)
Alive (A)
For this type of policy, once a policyholder dies and they receive their one-off claim from the insurer,
the insurer has no further obligations in respect to that policyholder. Hence, the insurer is primarily
interested in policyholders who are Alive and the probability that they might transition to the Dead
state. We are now going to introduce some notation that will help us model this.
We first introduce x , where is the transition intensity of mortality per annum (i.e. from state
Alive to Dead this is also known as the force of mortality) and x is the factor (or factors) that
affect . For the remainder of the course well assume x is age or time. We would obviously
expect mortality to be affected by age, although there could be other factors such as gender, socioeconomic status, etc. that affect but which we will ignore to keep things simple. Actuaries in
practice will have much more complicated models for than what we will consider here.
for a moment that s is the speed of a car at exact time s . If s was a constant (i.e. not
dependent on s ), then the distance travelled between time 0 and time t would be:
Distance
Speed Time
This of course assumes that speed is measured in equivalent units to time. For example, if a car
travelled at 60 km/hr for 3 hours it would travel 60 x 3 = 180 km.
Lets make things a little more complicated now. If s is dependent on s (i.e. if changes over
time), then our formula Distance = Speed x Time no longer works as simply as it does above. We
can, however, use integration techniques to calculate the distance travelled. We can see from our
original example that distance is the result of the integration of speed between time 0 and time t ,
or simply the area under a plot of speed against time:
Adam Butt
Version 1 (2015)
Page 3
Speed
= 60 km/hr
t = 3 hours
Distance
0
s . Now the distance travelled between time 0 and time t would be:
t
s
Time
ds
s.ds
0
s2
2
t2
2
Expressing this is a plot we can see that the area under the line
Speed
s is equal to t 2 / 2 :
Adam Butt
Version 1 (2015)
Page 4
Time
, to a
calculation that gives us a value over a period of time 0 to t . Typically actuaries are interested in
something similar they would like to know the probability that an individual who is currently alive
at age x will be dead at age x t . This is commonly defined by actuaries as t q x . Equivalently, the
probability that an individual who is currently alive at age x will be alive at age x t is defined as
t
px . Since these options are exhaustive (i.e. you can only be alive or dead) then t px
q .
t x
t x
x s
ds
This approach works in the car distance example, as there are no probabilities attached to the
whether the car is driving or not. However, that is not the case here, as an individual could die at
age x j between age x and age x t ; they cannot die again between age x j and age x t
and therefore
x s
is irrelevant when s
Transition
Intensity
j.
irrelevant
here
x
Dies x
Time (Age)
Another way of demonstrating the incorrectness of this approach is through a numerical example.
Lets assume that the transition intensity of mortality is constant at a rate of 10% per annum.
Were the above formula correct the probability of dying in the next 15 years, 15q x , would be equal to
10% x 15 = 1.5, a number which is outside the possible bounds of 0 to 1 for a probability to take!
Therefore we need a different approach to determining t q x .
Adam Butt
Version 1 (2015)
Page 5
Adam Butt
Version 1 (2015)
Page 6
P(A | B)
P(A B )
P(B )
A Dice-Based Example
For those unfamiliar with conditional probability, we give the following simple example using dice.
Imagine that two six-sided dice are rolled. A is the event where the sum of the two dice is 10 and
B is the event where the number on the first dice is 5. Therefore A | B (which means event A
given that event B has already occurred) is the event where the sum of the two dice is 10, given
that the number on the first dice is 5. We want to calculate the probability of A | B . Lets look at
this in terms of the probabilities on the right hand side of the above equation:
P(A
B) is the joint probability of A and B ; i.e. the probability that both A and B will
occur. There are 36 different combinations of numbers that can be rolled on two dice (6 on
the first dice multiplied by 6 on the second dice). The only combination of these that leads
to both A and B occurring is where the first dice is 5 and the second dice is also 5.
P(A B) 1 / 36
1/ 6
P(A | B )
1 / 36
1/ 6
1/ 6
This result makes sense intuitively. If we know the first dice is 5, then the only way the two dice can
add up to 10 is for the second dice to be 5, which has a probability of 1/6. Note that the probability
of the sum of two dice being 10 without knowing the results of one of the dice is 1/12. In this
instance, knowing the result of one of the dice has given us a higher probability of the sum of the
two dice being 10.
Adam Butt
Version 1 (2015)
Page 7
p0
x p0
x t
px
t x
px
p0
x t
t x
x
q
t
t x
p0
p0
x
p0
x t
p0
p0
As t goes to zero, the left hand side of this equation become the instantaneous rate of mortality,
i.e. the transition intensity x . The right hand side of the equation can be rearranged so it becomes
a differentiation from first principles.
lim t
t
qx
t
1
lim
t 0
x p0
x t
p0
p0
d
x p0
dx
x p0
d
ln
dx
p0
d
since
ln f (x )
dx
d
f (x )
dx
f (x )
Note that ln is a log with base e, where e is a mathematical constant approximate to 2.71828
Adam Butt
Version 1 (2015)
Page 8
d
ln
ds
x s
x s
p0
t
x s
ds
ln
x s
p0
t
0
ln
x t
p0
ln
p0
ln
p0
x p0
x t
ln t px
t
t
px
exp
x s
ds
t x
px
t qx
exp
t
x s
ds
Adam Butt
Version 1 (2015)
Page 9
probability of a 20 year old surviving until age 50 is equal to 0.96, and the probability of a 20 year old
surviving until age 85 is equal to 0.50. Assuming that the Gompertz-Makeham law of mortality holds
and that
0.085 , calculate and .
In order to solve this question, you will need to know the result:
e f (x )dx
e f (x )
; where f (x ) is a linear function of x .
d
f (x )
dx
5 10
2 10 5e 0.085x , where x is equal to age. Calculate the probability that they will die
q , where n is the deferral period that the individual must survive during. In this
n |t x
q .
45|5 30
px
x s
ds
P(A B )
and let A be the event of dying between age x and age
P(B )
t , and B be the event of surviving from age 0 to age x , attempting to express P(A
B) in
terms of q only.
Given the discussion on the relationship between distance, speed and time earlier in this Lesson,
why does this result make intuitive sense?
Adam Butt
Version 1 (2015)
Page 10
e x , calculate q x in terms of x ,
and
and
Adam Butt
Version 1 (2015)
Page 11
5 10
and
2 10 5e 0.085x ).
on the q x values.
Adam Butt
Version 1 (2015)
Page 12
Summary
Analysis of State Transitions involve investigating the states an individual could be in that
will affect the cash flows of a financial system, as well as the potential transitions between
states. Absorbing states are states that cannot be transitioned out of once they are entered.
The two-state model we will consider throughout this course looks like:
x
Dead (D)
Alive (A)
is the transition intensity of mortality per annum (i.e. from state Alive to Dead this is
also known as the force of mortality), where x is age or time.
x
q is the probability that an individual who is currently alive at age x will be dead before
t x
age x t , whilst t px is the probability that an individual who is currently alive at age x will
be alive at age x t . They are calculated as:
t
t px
exp
x s
ds
t x
px
t qx
exp
t
x s
ds
Generating the above formulae required the use of the conditional probability formula:
P(A | B)
Adam Butt
Version 1 (2015)
P(A B )
P(B )
Page 13