arch.univariate.ARCH.bounds

ARCH.bounds(resids: ndarray) list[tuple[float, float]]

Returns bounds for parameters

Parameters:
resids: ndarray

Vector of (approximate) residuals

Returns:

bounds – List of bounds where each element is (lower, upper).

Return type:

list[tuple[float,float]]