summary {forecastLSW} | R Documentation |
Print out summary information about a forecastlpacf
object
Description
Print out summary information about a forecastlpacf
object.
Usage
## S3 method for class 'forecastlpacf'
summary(object, ...)
Arguments
object |
The object you want to print out summary info for. |
... |
Other arguments |
Details
Prints out the maximum number of steps ahead considered in the object, prints out the first few predictions (up to 6), and their standard errors. The smoothing binwidth associated with the localized partial autocorrelation object used to compute the predictions is printed. The order, p, of the localized partial autocorrelation is printed. A note of whether differencing was actioned is printed.
Value
None
Author(s)
Guy Nason
References
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
See Also
forecastlpacf
, print.forecastlpacf
Examples
#
# Example for print.forecastlpacf contains a call to summary.forecastlpacf