Plot Predictions from a VARMA model
# S3 method for ldt.varma.prediction
plot(
x,
variable = 1,
xAxisArgs = list(),
fanPlotArgs = list(),
simMetric = NULL,
simLineArgs = list(),
simPointsArgs = list(),
...
)This function does not return a value.
An object of class ldt.varma.prediction, which is the output of predict.ldt.estim.varma function.
Index or name of the variable to be plotted.
Arguments to pass to axis function
Additional arguments for the fan.plot function. lambda is added automatically.
Name of metric to plot its details, provided that simulation details are available. If NULL, simulation details are not plotted.
Arguments to pass to line function for simulation lines (if available).
Arguments to pass to points function for simulation points (if available).
Additional parameters (unused)