get_mx_values: Get m[x] values and confidence intervals based on k[t]...

Description Usage Arguments

View source: R/model_LeeCarter.R

Description

Get m[x] values and confidence intervals based on k[t] forecast In this function we compute the m[x] values based on the extrapolation of the k[t] time-series. If necessary an adjustment for the jump-off is provided.

Usage

1
get_mx_values(object, jumpchoice, y, kt, B.kt = NULL)

Arguments

object

An object of class LeeCarter.

jumpchoice

Method used for computation of jumpchoice. Possibilities: "actual" (use actual rates from final year) and "fit" (use fitted rates).

y

Numerical vector indicating the years in input data. Optional. Default: NULL.

kt

Predicted k[t] values in the model;

B.kt

Predicted k[t] values of the benchmark model, used in the Li-Lee model only.


mpascariu/MortalityForecast documentation built on Sept. 28, 2020, 2:40 p.m.