View source: R/parsnip-naive_reg.R
snaive_fit_impl | R Documentation |
Low-Level SNAIVE Forecast
snaive_fit_impl(x, y, id = NULL, seasonal_period = "auto", ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.