ZRA: Dynamic Plots for Time Series Forecasting

Description Usage Arguments Value See Also Examples

View source: R/ZRA.R

Description

Dynamic Plots for Time Series Forecasting

Usage

1
ZRA(data, FP = 10, SL = c(0.8, 0.95), ...)

Arguments

data

(ts) Time series data.

FP

(numeric) Forecast period.

SL

(numeric) significance levels.

...

further arguments passed to the forecast-function.

Value

An Object of class "ZRA".

See Also

forecast, dygraphs

Examples

1
2
zra <- ZRA(fdeaths)
plot(zra, zero = TRUE)

Example output

Loading required package: forecast
Loading required package: dygraphs
[1] "Significance levels: 0.8 (red), 0.95 (green)"
[1] "Prediction interval: 10 Periods"

ZRA documentation built on May 2, 2019, 2:07 a.m.

Related to ZRA in ZRA...