linearmodels.iv.results.IVGMMResults¶
- class linearmodels.iv.results.IVGMMResults(results: dict[str, Any], model: _IVGMMBase)[source]¶
Results from GMM estimation of IV models
- Parameters:¶
Methods
c_stat
([variables])C-test of endogeneity
conf_int
([level])Confidence interval construction
predict
([exog, endog, data, fitted, ...])In- and out-of-sample predictions
wald_test
([restriction, value, formula])Test linear equality constraints using a Wald test
Properties
Estimated covariance of parameters
Parameter values from covariance estimator
Type of covariance estimator used to compute covariance
Covariance estimator used
Flag indicating whether covariance uses a small-sample adjustment
Model degree of freedom
Residual degree of freedom
Model F-statistic
First stage regression results
Fitted values
Flag indicating the model includes a constant or equivalent
Idiosyncratic error
Iterations used in GMM estimation
J-test of overidentifying restrictions
k-class estimator value
Method used to estimate model parameters
Residual sum of squares
Number of observations
Estimated parameters
Parameter p-vals.
Residual sum of squares
Estimated residuals
Coefficient of determination (R**2)
Sample-size adjusted coefficient of determination (R**2)
Residual variance estimator
Estimated parameter standard errors
Model estimation summary.
Total sum of squares
Parameter t-statistics
Weighting matrix configuration used in estimation
Weight matrix used in the final-step GMM estimation
Weighting matrix method used in estimation
Weighted estimated residuals