statsmodels.tsa.stattools.PacfResult#

class statsmodels.tsa.stattools.PacfResult(pacf, confint)[source]#

Result of pacf.

Parameters:
pacfndarray

Partial autocorrelations for lags 0, 1, …, nlags.

confintndarray or None

Confidence intervals for the PACF at lags 0, 1, …, nlags. Shape (nlags + 1, 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

pacf

Alias for field number 0