Table_Moivre {DetLifeInsurance} | R Documentation |
de Moivre's Law of Mortality Table Creator
Description
Creates a mortality table under de Moivre's law.
Usage
Table_Moivre(x0, omega)
Arguments
x0 |
A numeric type value. The initial age of the table. |
omega |
A numeric type value. The final age of the table. |
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
Table_Moivre(0,100)
[Package DetLifeInsurance version 0.1.3 Index]