Coherent functional demographic model for grouped data
Fits a coherent functional model to demographic data as described in Hyndman,
Booth & Yasmeen (2012). If two of the series in data
are named
male
and female
, then it will use these two groups. Otherwise
it will use all available groups.
coherentfdm(data, order1 = 6, order2 = 6, ...)
data |
demogdata object containing at least two groups. |
order1 |
Number of basis functions to fit to the model for the geometric mean. |
order2 |
Number of basis functions to fit to the models for each ratio. |
... |
Extra arguments passed to |
Rob J Hyndman
Hyndman, R.J., Booth, H., and Yasmeen, F. (2012) Coherent mortality forecasting: the product-ratio method with functional time series models. Demography, to appear. http://robjhyndman.com/papers/coherentfdm
fr.short <- extract.years(fr.sm,1950:2006) fr.fit <- coherentfdm(fr.short) summary(fr.fit) plot(fr.fit$product, components=3)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.