HH (version 2.2-17)

seqplot.forecast: seqplot with confidence bands for the forecast region.

Description

seqplot with confidence bands for the forecast region.

Usage

seqplot.forecast(xts, forecast, multiplier = 1.96,
                 series = deparse(substitute(observed)), ylim,
                 CI.percent=round((1-2*(1-pnorm(multiplier)))*100,2),
                 main = paste(
                 series, " with forecast + ",
                 CI.percent, "% CI", sep=""),
                 xlab=NULL, ylab=NULL,
                 ...) ## x.at, xlim

Arguments

See Also

seqplot