Creates a short summary of model based diagnostics.
# S3 method for tsissm.estimate
tsdiagnose(object, plot = FALSE, ...)
A list of tests including the weighted Ljung-Box test for residual
autocorrelation, system forecastability test, and outlier dates using the
Rosner test (rosnerTest
). Optionally generates a plot
of relevant diagnostics.
an object of class “tsissm.estimate”.
whether to generate diagnostic plots to accompany summary.
not currently used.