arch.univariate.SkewStudent.constraints¶
- SkewStudent.constraints() tuple[ndarray[Any, dtype[float64]], ndarray[Any, dtype[float64]]] [source]¶
Construct arrays to use in constrained optimization.
- Returns:¶
A (
numpy.ndarray
) – Constraint loadingsb (
numpy.ndarray
) – Constraint values
Notes
Parameters satisfy the constraints A.dot(parameters)-b >= 0