Fractional_table: Fractional table of mortality

Description Usage Arguments Value References Examples

View source: R/Fractional_table.R

Description

Creates a fractional mortality table for a given mortality table.

Usage

1
Fractional_table(data, frac, i = 0.04, assumption = "UDD")

Arguments

data

A data.frame of the annual mortality table, with the first column being the age and the second one the probability of death.

frac

An integer. The number of fractions per year.

i

A numeric type value. The interest rate.

assumption

A character string. The assumption used for fractional ages ("UDD" for uniform distribution of deaths and "constant" for constant force of mortality).

Value

Returns a data.frame object containing fractional age and death probability vectors.

References

Chapter 3 of Actuarial Mathematics (1997) by Bowers, Gerber, Hickman, Jones & Nesbitt

Examples

1
2
Fractional_table(CSO80MANB,2,0.04,"constant")
Fractional_table(CSO80MANB,2,0.04,"UDD")

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