fable (version 0.0.0.9100)

MEAN: Mean models

Description

MEAN() returns an iid model applied to the formula's response variable.

Usage

MEAN(formula)

Arguments

formula

Model specification.

Details

The model does not use any specials, and so everything on the formula's right-hand-side will be ignored.

Examples

Run this code
# NOT RUN {
library(tsibbledata)
elecdemand %>% 
  model(rw = MEAN(Demand))

# }

Run the code above in your browser using DataLab