Longitudinal API Overview
This page lists public estimator APIs for sequential and simultaneous nested NPIV estimation. Use the domain pages for mathematical development and this page for direct class/function lookup.
RKHS Estimators
|
RKHS IV estimator. |
|
RKHS IV estimator with cross-validation. |
|
Approximate RKHS IV estimator using kernel approximations. |
|
Approximate RKHS IV estimator with cross-validation using kernel approximations. |
|
RKHS IV estimator with L2 regularization. |
|
RKHS IV estimator with L2 regularization and cross-validation. |
|
Approximate RKHS IV estimator with L2 regularization. |
|
Approximate RKHS IV L2 estimator with cross-validation. |
|
Nested RKHS IV estimator. |
|
Cross-validated RKHS2IV estimator. |
|
Nested RKHS IV estimator with L2 regularization. |
|
Cross-validated RKHS2IVL2 estimator. |
|
Approximate alternate simultaneous RKHS estimator using finite kernel features. |
|
Cross-validated approximate alternate simultaneous RKHS estimator. |
|
Approximate Appendix J / Algorithm 2 RKHS estimator using finite kernel features. |
|
Cross-validated approximate Appendix J / Algorithm 2 RKHS estimator. |
Ensemble and Random Forest Estimators
|
Implements an ensemble learning IV method with adversarial and learner components. |
|
Similar to EnsembleIV but with a different method for updating the test predictions using a linear combination approach. |
|
An extension of EnsembleIV with L2 regularization and optional cross-validation to select the best regularization parameter. |
|
Implements a nested ensemble learning IV method with two adversaries and two learners. |
|
An extension of Ensemble2IV with L2 regularization and optional cross-validation to select the best regularization parameter. |
Neural Network Estimators
|
Adversarial Generalized Method of Moments estimator. |
|
AGMM with kernel layer using Maximum Mean Discrepancy. |
|
AGMM with centroid-based Maximum Mean Discrepancy. |
|
AGMM with kernel loss. |
|
AGMM with Maximum Mean Discrepancy. |
|
Adversarial Generalized Method of Moments estimator for nested NPIV with L2 regularization. |
Sparse and Regularized Linear Estimators
|
Sparse Linear NPIV estimator using \(\ell_1-\ell_1\) optimization. |
Sparse Ridge NPIV estimator using \(\ell_1-\ell_1\) optimization. |
|
|
Sparse Linear NPIV estimator using \(\ell_1-\ell_1\) optimization for nested NPIV. |
|
Sparse Ridge NPIV estimator using \(\ell_1-\ell_1\) optimization for nested NPIV. |
|
Sparse Linear NPIV estimator using \(\ell_2-\ell_2\) optimization. |
Sparse Ridge NPIV estimator using \(\ell_2-\ell_2\) optimization. |
|
|
Sparse Linear NPIV estimator using \(\ell_2-\ell_2\) optimization for nested NPIV. |
|
Sparse Ridge NPIV estimator using \(\ell_2-\ell_2\) optimization for nested NPIV. |
TSLS Baselines
Two-stage least squares estimator. |
|
|
Regularized two-stage least squares estimator using Elastic Net. |