arch.univariate.ARCH.bounds

ARCH.bounds(resids)

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]]