statsmodels.tsa.stattools.QStatResult#

class statsmodels.tsa.stattools.QStatResult(qstat, pvalue)[source]#

Result of q_stat.

Parameters:
qstatndarray

Ljung-Box Q-statistic for autocorrelation parameters.

pvaluendarray

P-value of the Q statistic.

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

pvalue

Alias for field number 1

qstat

Alias for field number 0