linearmodels.system.gmm.HomoskedasticWeightMatrix¶
-
class linearmodels.system.gmm.HomoskedasticWeightMatrix(center: bool =
False, debiased: bool =False)[source]¶ Homoskedastic (unadjusted) weight estimation
- Parameters:¶
Notes
The weight matrix estimator is
\[Z'(\Sigma \otimes I_N)Z\]where \(Z\) is a block diagonal matrix containing both the exogenous regressors and instruments and \(\Sigma\) is the covariance of the model residuals.
centerhas no effect on this estimator since it is always centered.Methods
sigma(eps, x)Estimate residual covariance.
weight_matrix(x, z, eps, *, sigma)Construct a GMM weight matrix for a model.
Properties
Weight estimator configuration