DayWModelPicker: Function to choose optimal daily seasonal forecast model

Description Usage Arguments Value Examples

View source: R/DayWModelPicker.R

Description

Function to choose optimal daily seasonal forecast model

Usage

1
DayWModelPicker(data, Outcome, DateVar, H.Horizon = 14)

Arguments

data

A daily tsibble.

Outcome

A valid variable name for the Outcome to be modelled in in 'data'.

DateVar

A valid variable name for the time index in 'data'.

H.Horizon

An integer for the forecast horizon/test subset of 'data'.

Value

A list containing:

Examples

1
2
data(SNWSDPDX)
DayWModelPicker(SNWSDPDX, TX, date, H.Horizon=14)

robertwwalker/AutoForecaster documentation built on Dec. 22, 2021, 5:13 p.m.