Learn R Programming

fEGarch (version 1.0.5)

predict_roll: Generics for Forecasts

Description

The generics are themselves without use.

Usage

predict_roll(
  object,
  step_size = 1,
  trunc = NULL,
  refit_after = NULL,
  steady_window = FALSE,
  parallel = TRUE,
  ncores = max(1, future::availableCores() - 1),
  fitting_args = list(),
  ...
)

Value

The generics do not work themselves and therefore do not return anything.

Arguments

object

the generics are currently without use.

step_size

the generics are currently without use.

trunc

the generics are currently without use.

refit_after

the generics are currently without use.

steady_window

the generics are currently without use.

parallel

the generics are currently without use.

ncores

the generics are currently without use.

fitting_args

the generics are currently without use.

...

the generics are currently without use.