arch.univariate.FIGARCH.bounds

FIGARCH.bounds(resids)[source]

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