summary.lpacf {lpacf}R Documentation

Print out summary information about a lpacf object.

Description

Print out summary information about a lpacf object.

Usage

## S3 method for class 'lpacf'
summary(object, ...)

Arguments

object

The lpacf object you want to print out summary info for.

...

Other arguments

Details

Prints out number of times that we have localized partial autocorrelation for and the number of lags computed. The localized partial autocorrelation is computed at a number of time points that might not be identical to the times in the original series, this function prints out the min and max of the range of times and an indicator of whether the whole series' localized pacf was computed. The bandwidth associated with spectral smoothing is printed and a note made of whether it was computed automatically or supplied as an earlier argument.

Value

None

Author(s)

Guy Nason

References

Killick, R., Knight, M. I., Nason, G.P. and Eckley, I. A. (2020) The local partial autocorrelation function and some applications. Electron. J. Statist. 14 (2), 3268-3314. DOI: 10.1214/20-EJS1748.

See Also

lpacf, print.lacf

Examples

#
# See example for print.lacf
#

[Package lpacf version 1.0.1 Index]