arch.univariate.StudentsT.constraints

StudentsT.constraints()[source]

Construct arrays to use in constrained optimization.

Return type

Tuple[ndarray, ndarray]

Returns

  • A (ndarray) -- Constraint loadings

  • b (ndarray) -- Constraint values

Notes

Parameters satisfy the constraints A.dot(parameters)-b >= 0