estimate_ets: Estimate ETS model on multivariate time series

Description Usage Arguments Details Value Examples

View source: R/estimate.R

Description

estimate_ets returns a list of estimated ETS models

Usage

1

Arguments

y

multivariate time series

...

further arguments passed to ets function

Details

Just a wrapper for auto.arima function from forecast package.

Value

list of estimated ETS models

Examples

1
2
3
data(rus_macro)
y_small <- rus_macro[, c("cpi", "employment", "m2")]
ets_model <- estimate_ets(y_small)

bdemeshev/torro documentation built on May 21, 2019, 8:36 a.m.