- Added support for Generalized Methods of Moments (GMM) estimator. This approach is implemented through the `GMMEstimator` class. It has the same syntax of `MEstimator` but differs slightly in how it works. Rather than root-finding, minimization procedures are used. Additionally, GMM supports over-identified parameters.
- Added built-in estimating functions for the Usual IV estimator: `ee_iv_causal`
- Added built-in estimating functions for Two-Stage Least Squares: `ee_2sls`
- Added built-in estimating functions for geometric mean: `ee_mean_geometric`
- Removed `ee_p_logistic` in favor of the new `ee_loglogistic` convention, as warned in 2.4