arch.univariate.StudentsT.bounds

StudentsT.bounds(resids: ndarray) list[tuple[float, float]][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