ivmodels 0.5.0
0.5.0 - 2024-08-27
New features:
-
The Wald test now supports robust covariance estimation.
-
New method
length
forConfidenceSet
.
Other changes:
-
One can now pass the tolerance parameter
tol
to the optimization algorithm in
lagrange_multiplier_test
andinverse_lagrange_multiplier_test
via thekwargs
. -
KClass
now raises ifkappa >= 1
(as for the LIML and TSLS estimators) and the number of instruments is less than the number of
endogenous regressors. -
The
Summary
now only includes and prints the results of the J-statistic and (multivariate) F-test for instrument strength if this makes sense. -
The docs have been updated and include examples.