ivmodels 0.4.0
0.4.0 - 2024-08-08
New features:
-
New test
j_test
of the overidentifying restrictions. -
The tests
inverse_lagrange_multiplier_test
andinverse_conditional_likelihood_ratio_test
now possibly return unions of intervals, instead of one large conservative interval.
Bug fixes:
-
Fixed bug in
KClass.fit
whenC
is notNone
andM_{[Z, C]} X
is not full rank. -
Fixed bug in
inverse_conditional_likelihood_ratio_test
whenk == mw + mx
andC
is notNone
. -
Fixed bug in
utils._characteristic_roots
ifb == np.array([[0]])
. This now correctly returnsnp.inf
.
Other changes:
- The
Summary
now additionally reports the LIML variant of the J-statistic.