Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

m6

Create an M6 type extension of the Cairns-Blake-Dowd mortality model


Description

Utility function to initialise a StMoMo object representing the M6 (CBD with cohorts) extension of the Cairns-Blake-Dowd mortality model introduced in Cairns et al (2009).

Usage

m6(link = c("logit", "log"))

Arguments

link

defines the link function and random component associated with the mortality model. "log" would assume that deaths follow a Poisson distribution and use a log link while "logit" would assume that deaths follow a Binomial distribution and a logit link. Note that the default is the logit link.

Details

The created model is either a logit-Binomial or a log-Poisson version of the M6 model which has predictor structure

η_{xt} = κ_t^{(1)} + (x-\bar{x})κ_t^{(2)} + γ_{t-x},

where \bar{x} is the average age in the data.

Identifiability of the model is accomplished by applying parameters constraints

∑_cγ_c = 0, ∑_c cγ_c = 0

which ensure that the cohort effect fluctuates around zero and has no linear trend. These constraints are applied using the strategy discussed in Appendix A of Haberman and Renshaw (2011).

Value

An object of class "StMoMo".

References

Cairns, A. J. G., Blake, D., Dowd, K., Coughlan, G. D., Epstein, D., Ong, A., & Balevich, I. (2009). A quantitative comparison of stochastic mortality models using data from England and Wales and the United States. North American Actuarial Journal, 13(1), 1-35.

Haberman, S., & Renshaw, A. (2011). A comparative study of parametric mortality projection models. Insurance: Mathematics and Economics, 48(1), 35-55.

See Also

Examples

M6 <- m6()
wxt <- genWeightMat(55:89,  EWMaleData$years, clip = 3)
M6fit <- fit(M6, data = central2initial(EWMaleData), ages.fit = 55:89)
plot(M6fit, parametricbx = FALSE)

StMoMo

Stochastic Mortality Modelling

v0.4.1
GPL (>= 2)
Authors
Andres Villegas <andresmauriciovillegas@gmail.com>, Pietro Millossovich <Pietro.Millossovich.1@city.ac.uk>, Vladimir Kaishev <Vladimir.Kaishev.1@city.ac.uk>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.