#
# 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
Run the code above in your browser using DataLab