summary | R Documentation |
forecastlpacf
object
Print out summary information about a forecastlpacf
object.
## S3 method for class 'forecastlpacf'
summary(object, ...)
object |
The object you want to print out summary info for. |
... |
Other arguments |
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.
None
Guy Nason
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
forecastlpacf
, print.forecastlpacf
#
# Example for print.forecastlpacf contains a call to summary.forecastlpacf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.