Table_Moivre {DetLifeInsurance} | R Documentation |
Creates a mortality table under de Moivre's law.
Table_Moivre(x0, omega)
x0 |
A numeric type value. The initial age of the table. |
omega |
A numeric type value. The final age of the table. |
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.
Table_Moivre(0,100)