Table_Dormoy: Dormoy's Law of Mortality Table Creator

Description Usage Arguments Value References Examples

View source: R/Table_Dormoy.R

Description

Creates a mortality table under Dormoy's law.

Usage

1
Table_Dormoy(x0, omega, a)

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.

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

1
Table_Dormoy(0,100,0.98)

DetLifeInsurance documentation built on Jan. 13, 2021, 11 a.m.