prophet_shf: Simulated Historical Forecast

Description Usage Arguments Value

View source: R/prophet_shf.R

Description

Simulated Historical Forecast

Usage

1
2
prophet_shf(model, periods, k = 3, overlap = 0.5,
  data_hist = model$history, measure_func = c("MAPE", "MAE"))

Arguments

model

Prophet model object.

periods

Integer.

k

Integer.

overlap

Numeric.

data_hist

Data.frame.

measure_func

Function or character.

Value

A prophet shf object.


hoxo-m/prophetExt documentation built on Jan. 18, 2021, 11:12 a.m.