naive_fit_impl: Low-Level NAIVE Forecast

View source: R/parsnip-naive_reg.R

naive_fit_implR Documentation

Low-Level NAIVE Forecast

Description

Low-Level NAIVE Forecast

Usage

naive_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

Not used for NAIVE forecast but here for consistency with SNAIVE

...

Not currently used


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