powered by
Creates a mortality table under Makeham's law.
Table_Makeham(x0, omega, A, B, C)
A numeric type value. The initial age of the table.
A numeric type value. The final age of the table.
A numeric type value. A parameter of the law.
Returns a data.frame object containing age and death probabilities.
Chapter 3 (p 77-78) of Actuarial Mathematics (1997) by Bowers, Gerber, Hickman, Jones & Nesbitt.
# NOT RUN { Table_Makeham(0,100,0.002,3*10^(-4),1.124) # }
Run the code above in your browser using DataLab