3.5.3.3.15.1.1. statsmodels.genmod.generalized_estimating_equations.ParameterConstraint.__init__

ParameterConstraint.__init__(lhs, rhs, exog)[source]
Parameters:

lhs : ndarray

A q x p matrix which is the left hand side of the constraint lhs * param = rhs. The number of constraints is q >= 1 and p is the dimension of the parameter vector.

rhs : ndarray

A 1-dimensional vector of length q which is the right hand side of the constraint equation.

exog : ndarray

The n x p exognenous data for the full model.