amvillegas / StMoMo

Stochastic Mortality Modelling
22 stars 6 forks source link

Multivariate Random Walk Model #17

Open mpascariu opened 6 years ago

mpascariu commented 6 years ago

Using mrwd(x) one can fit a multivariate Random Walk with drift to x.

It would be nice to be able to fit a multivariate Random Walk model too (without drift). Such a naive model is useful in performance evaluation of in-sample forecasts when used as a benchmark.

Maybe adding an argument for specifying if a drift is wanted or not cold be a good extension?

mrwd(x, drift = FALSE)