snaive_fit_impl: Low-Level SNAIVE Forecast

View source: R/parsnip-naive_reg.R

snaive_fit_implR Documentation

Low-Level SNAIVE Forecast

Description

Low-Level SNAIVE Forecast

Usage

snaive_fit_impl(x, y, id = NULL, seasonal_period = "auto", ...)

Arguments

x

A dataframe of xreg (exogenous regressors)

y

A numeric vector of values to fit

id

An optional ID feature to identify different time series. Should be a quoted name.

seasonal_period

The seasonal period to forecast into the future

...

Not currently used


modeltime documentation built on Sept. 2, 2023, 5:06 p.m.