Usage
forecast.DDE(y, times, h, pars, beta, proc, more, tau, ndelay, fdobj0, fdobj.d, ask = FALSE, xlab = NULL, ylab = NULL, xlim = NULL, ylim = NULL, axes = NULL, ...)
Arguments
y
The observed data matrix
times
A sequence of time points at which data are observed. must be evenly spaced to be able to fit arima model to the residual.
h
How many lags to predict forward.
pars
The fitted parameters for the DDE.
beta
The fitted parameters for the contribution of lags of delays.
proc
The proc
object returned from estimation functions.
more
An object specifying additional arguments to fn.
ndelay
A vector inidicating which state process has a delay term.
fdobj0
A functional data object fitted with the initial history part of the data.
fdobj.d
A functional data object fitted by generalized profiling.
ask
a logical value: If TRUE, each curve is shown separately, and the plot advances with a mouse click.
xlab
a label for the horizontal axis.
ylab
a label for the vertical axis.
xlim
a vector of length 2 containing axis limits for the horizontal axis.
ylim
a vector of length 2 containing axis limits for the vertical axis.
axes
Either a logical or a list or NULL
.
##'
- logical
- whether axes should be drawn on the plot
- list
- a list used to create custom axes used to create axes via
do.call(x$axes[[1]], x$axes[-1])
.
...
additional plotting arguments that can be used with function plot
.