statsmodels.tsa.stattools.PccfResult#

class statsmodels.tsa.stattools.PccfResult(pccf, confint)[source]#

Result of pccf.

Parameters:
pccfndarray

The partial cross-correlation function for lags 1, 2, …, nlags.

confintndarray or None

Confidence intervals for the PCCF at lags 1, 2, …, nlags. Shape (nlags, 2). None when alpha is None.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Properties

confint

Alias for field number 1

pccf

Alias for field number 0