naive_one_step: Naive one-step ahead forecast

Description Usage Arguments Value

View source: R/forecasting-naive.R

Description

This model forecasts the next step ahead as the current value, and is a baseline model for comparison against.

Usage

1
naive_one_step(timeseries, ...)

Arguments

timeseries

the time series to forecast

...

arguments to pass to fun

Value

a data.frame of the forecasts and the observed values


weecology/MATSS-forecasting documentation built on Nov. 28, 2020, 10:19 a.m.