statsmodels.tsa.vector_ar.hypothesis_test_results.ForecastInterval#

class statsmodels.tsa.vector_ar.hypothesis_test_results.ForecastInterval(point_forecast, forc_lower, forc_upper)[source]#

Result of the module-level forecast_interval and forecast_interval.

Parameters:
point_forecastndarray

Mean value of forecast.

forc_lowerndarray

Lower bound of confidence interval.

forc_upperndarray

Upper bound of confidence interval.

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

forc_lower

Alias for field number 1

forc_upper

Alias for field number 2

point_forecast

Alias for field number 0