default_object: Return an empty 'tulip' object

View source: R/tulip.R

default_objectR Documentation

Return an empty tulip object

Description

Return an empty tulip object

Usage

default_object(y, y_hat, m, method, priors, comment)

Arguments

y

A time series as numeric vector, may include NAs for some of the observations

y_hat

Numeric vector of fitted values

m

The time series' period length in number of observations (e.g., 12 for yearly seasonality with monthly observations, 1 for no seasonality, ... ); does not handle multiple seasonality (e.g. weekly and yearly for daily observations)

method

One of multiplicative or additive; see also tulip()

priors

The list of priors provided to tulip()

comment

A string that can be used to describe non-standard return cases


timradtke/heuristika documentation built on April 24, 2023, 1:55 a.m.