statsmodels.tsa.stattools.BreakvarHeteroskedasticityResult#

class statsmodels.tsa.stattools.BreakvarHeteroskedasticityResult(test_statistic, p_value)[source]#

Result of breakvar_heteroskedasticity_test.

Parameters:
test_statisticfloat or ndarray

Test statistic(s) H(h).

p_valuefloat 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

p_value

Alias for field number 1

test_statistic

Alias for field number 0