statsmodels.tsa.vector_ar.hypothesis_test_results.ErrorBand#

class statsmodels.tsa.vector_ar.hypothesis_test_results.ErrorBand(lower, upper)[source]#

Impulse-response error band, shared by err_band_sz1, err_band_sz2, err_band_sz3, errband_mc, sirf_errband_mc, and irf_errband_mc.

Parameters:
lowerndarray

Lower error band for the impulse responses.

upperndarray

Upper error band for the impulse responses.

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

lower

Alias for field number 0

upper

Alias for field number 1