train_dshw: Double Seasonal Holt-Winters model

View source: R/DSHW.R

train_dshwR Documentation

Double Seasonal Holt-Winters model

Description

Train a Double Seasonal Holt-Winters model (DSHW).

Usage

train_dshw(.data, specials, periods, ...)

Arguments

.data

Input data as tsibble.

specials

Specials as list defined in specials_dshw.

periods

Integer vector. The periodicity of the time series (e.g. periods = c(24, 168) for hourly data).

...

Further arguments passed to forecast::dshw().

Value

An object of class DSHW.


ahaeusser/tscv documentation built on July 26, 2023, 3:18 p.m.