See the generic function description.
# S3 method for forecastCov
summary(object, horizons=object$horizons,
series=seq(nseriesOutput(object$data)), ...)
# S3 method for forecastCovEstimatorsWRTdata.subsets
summary(object, ...)
# S3 method for forecastCovEstimatorsWRTtrue
summary(object,
digits=options()$digits, ...)
# S3 method for estimatedModels
summary(object, ...)
# S3 method for summary.forecastCov
print(x, digits=options()$digits, ...)
# S3 method for summary.forecastCovEstimatorsWRTdata.subsets
print(x,
digits=options()$digits, ...)
# S3 method for summary.forecastCovEstimatorsWRTtrue
print(x,
digits=options()$digits, ...)
# S3 method for summary.estimatedModels
print(x, digits=options()$digits, ...)
an object for which a summary is to be printed.
an object for which a summary is to be printed.
a non-null value is used to indicate the number of significant
digits. If digits
is NULL
then the value of digits
specified by options
is used.
optional integer vector indicating horizons at which the summary should be calculated.
The series which should be plotted. The default NULL gives all series.
arguments passed to other methods.