pred_es: One-step ahead predictions from a exponential smoothing model

View source: R/pred_es.R

pred_esR Documentation

One-step ahead predictions from a exponential smoothing model

Description

Creates a series of one-step ahead predictions for all years beyond the 5th year in the time series using the an exponential smoothing ("ANN") model to be used in evaluating model performance in past seasons.

Usage

pred_es(x)

Arguments

x

a time series.

Value

a vector of predictions.

Examples

dat6 <- prep_brood(deshka, 4:6)
pred_es(dat6$age6_ln)


adamreimer/preseason documentation built on Feb. 3, 2024, 3:39 a.m.