arch.univariate.distribution.Distribution.bounds

abstract Distribution.bounds(resids)[source]

Parameter bounds for use in optimization.

Parameters

resids (ndarray) -- Residuals to use when computing the bounds

Returns

bounds -- List containing a single tuple with (lower, upper) bounds

Return type

list