Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

tsapp (version 1.0.4)

pacfmat: pacfmat sequence of partial autocorrelation matrices and related statistics for a multivariate time series

Description

pacfmat sequence of partial autocorrelation matrices and related statistics for a multivariate time series

Usage

pacfmat(y, lag.max)

Arguments

y

multivariate time series

lag.max

maximum number of lag

Value

out list with components:

M

array with matrices of partial autocovariances divided by their standard error

M1

array with indicators if partial autocovariances are significantly greater (+), lower (-) than the critical value or insignificant (.)

R

array with matrices of partial autocovariances

S

matrix of diagonals of residual covariances (row-wise)

Test

test statistic

pval

p value of test

Examples

Run this code
# NOT RUN {
data(ICECREAM)
out <- pacfmat(ICECREAM,7) 
# }

Run the code above in your browser using DataLab