powered by
Creates a fractional mortality table for a given mortality table.
Fractional_table(data, frac, i = 0.04, assumption = "UDD")
A data.frame of the annual mortality table, with the first column being the age and the second one the probability of death.
An integer. The number of fractions per year.
A numeric type value. The interest rate.
A character string. The assumption used for fractional ages ("UDD" for uniform distribution of deaths and "constant" for constant force of mortality).
Returns a data.frame object containing fractional age and death probability vectors.
Chapter 3 of Actuarial Mathematics (1997) by Bowers, Gerber, Hickman, Jones & Nesbitt
# NOT RUN { Fractional_table(CSO80MANB,2,0.04,"constant") Fractional_table(CSO80MANB,2,0.04,"UDD") # }
Run the code above in your browser using DataLab