arch.univariate.MIDASHyperbolic.bounds

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