Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/model_HyndmanUllah.R
Forecast age-specific death rates using the Hyndman-Ullah mortality model
1 2 3 |
object |
An object of class |
h |
Number of years to be forecast in the future. |
level |
Significance level of the confidence interval. |
jumpchoice |
Method used for computation of jumpchoice.
Possibilities: |
verbose |
A logical value. Set |
... |
Additional arguments to be passed to |
hyndman2007MortalityForecast
The output is a list with the components:
call |
An unevaluated function call, that is, an unevaluated expression which consists of the named function applied to the given arguments; |
info |
Short details about the model; |
kt |
The extrapolated values of the |
kt.arima |
An object of class |
predicted.values |
A list containing the predicted values given by
the estimated model over the forecast horizon |
conf.intervals |
Confidence intervals for the predicted values; |
x |
Vector of ages used in prediction; |
y |
Vector of years used in prediction. |
Marius D. Pascariu and Marie-Pier Bergeron-Boucher
1 | # For examples go to ?model.HyndmanUllah
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.