View source: R/analyze.windanomaly.R
analyze.windanomaly | R Documentation |
Takes the windanomaly data and analyzes it.
analyze.windanomaly(h=10,atTime=NULL,atLag=NULL)
h |
Numeric vector for a h-steps ahead forecast. In reality we treat the |
atTime |
Vector of the times (rows) of the |
atLag |
Vector of the lags (columns) of the |
Takes the windanomaly data and analyzes it. Specifically the following is produced:
time series plot of the windanomaly data
the lpacf for the windanomaly data
plots of the lpacf + CI for the specified times and lags
the forecast for h to last data point(s) using the lpacf method
the forecast for h to last data point(s) using the standard ARMA method
plot of the original data, forecasts and confidence intervals for both methods, red=lpacf, blue=ARMA.
List containing the lpacf, forecast + accuracy measures using the lpacf method and forecast +accuracy measures using the ARMA method.
Rebecca Killick
Killick, R., Knight, M.I., Nason, G.P., Nunes M.A., Eckley I.A. (2023) Automatic Locally Stationary Time Series Forecasting with application to predicting U.K. Gross Value Added Time Series under sudden shocks caused by the COVID pandemic arXiv:2303.07772
lpacf.plot
, forecastlpacf
## Not run:
data(windanomaly)
out=analyze.windanomaly()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.