Table_Gompertz: Gompertz's Law of Mortality Table Creator

Description Usage Arguments Value References Examples

View source: R/Table_Gompertz.R

Description

Creates a mortality table under Gompertz's law.

Usage

1
Table_Gompertz(x0, omega, 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.

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

1
Table_Gompertz(0,100,0.00008,1.07)

JoaquinAuza/DetLifeInsurance documentation built on Sept. 15, 2020, 3:34 p.m.