Learn R Programming

DetLifeInsurance (version 0.1.3)

Table_Makeham: Makeham's Law of Mortality Table Creator

Description

Creates a mortality table under Makeham's law.

Usage

Table_Makeham(x0, omega, A, B, C)

Arguments

x0

A numeric type value. The initial age of the table.

omega

A numeric type value. The final age of the table.

A

A numeric type value. A parameter of the law.

B

A numeric type value. A parameter of the law.

C

A numeric type value. A parameter of the law.

Value

Returns a data.frame object containing age and death probabilities.

References

Chapter 3 (p 77-78) of Actuarial Mathematics (1997) by Bowers, Gerber, Hickman, Jones & Nesbitt.

Examples

Run this code
# NOT RUN {
Table_Makeham(0,100,0.002,3*10^(-4),1.124)

# }

Run the code above in your browser using DataLab