statsmodels.tsa.stattools.BreakvarHeteroskedasticityResult#

class statsmodels.tsa.stattools.BreakvarHeteroskedasticityResult(statistic, pvalue)[source]#

Result of breakvar_heteroskedasticity_test.

Parameters:
statisticfloat or ndarray

Test statistic(s) H(h).

pvaluefloat or ndarray

p-value(s) of test statistic(s).

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

statistic

Alias for field number 0