- x
list
[ndarray
] Model regressors (exog and endog), (nobs by nvar)
- z
list
[ndarray
] Model instruments (exog and instruments), (nobs by ninstr)
- eps
ndarray
Model errors (nobs by 1)
- sigma
ndarray
Fixed covariance of model errors. If None, estimated from eps.