linearmodels.system.model.LinearConstraint¶
-
class linearmodels.system.model.LinearConstraint(r: DataFrame | ndarray, q: Series | ndarray | None =
None
, num_params: int | None =None
, require_pandas: bool =True
)[source]¶ Linear constraint for regression estimation
- Parameters:¶
Notes
Used to impose the constraints
\[r \beta = q\]Methods
Properties
Transformed constraint target
Constrain target values
Constraint loading matrix
Constraint transformation matrix