print.lpacf {lpacf} | R Documentation |
lpacf
object.
Prints a lpacf
object, basically telling you what's
there.
## S3 method for class 'lpacf'
print(x, ...)
x |
The |
... |
Other arguments |
Prints a lpacf
object.
None
Guy Nason
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.
#
# Simulate an example
#
x.test <- tvar2sim()
#
# Compute the lpacf
#
x.lpacf <- lpacf(x.test)
#
# Print it out - note, can normally just type name of object
#
print(x.lpacf)
#Class 'lpacf' : Localized Partial Autocorrelation Object:
# ~~~~ : List with 5 components with names
# the.x lpacf the.vacc binwidth AutoBinWidth
#
#
#summary(.):
#----------
#Number of times: 220
#Number of lags: 27
#Range of times from: 147 to 366
#Part series was analyzed (alltimes=FALSE)
#Smoothing binwidth used was: 293
# Binwidth was chosen automatically