acdforecastLong: Autoregressive Conditional Density model forecast

Description Usage Arguments

View source: R/acd-forecastLong.R

Description

Produce forecast for ACD models, basing on the simulation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
acdforecastLong(
  fitORspec,
  data = NULL,
  horizon = 10,
  n.roll = 0,
  out.sample = 0,
  m.sim = 1000,
  cluster = NULL,
  skew0 = NULL,
  shape10 = NULL,
  skew20 = NULL,
  ...
)

Arguments

fitORspec

Either ACDfit or ACDspec object is allowed


TrungLeVn/SgtAcd documentation built on July 25, 2021, 4:49 a.m.