Nonparametric Instrumental Variables#
The NPIV module provides nonparametric instrumental variables estimation with uniform confidence bands. The implementation follows Chen, Christensen, and Kankanala (2024).
Core NPIV Functions#
Estimate nonparametric instrumental variables model with uniform confidence bands. |
|
Core sieve TSLS estimation for the nonparametric IV model. |
|
Select optimal B-spline dimensions. |
|
Implement Lepski's method for optimal sieve dimension selection. |
|
Determine the upper limit of the sieve dimension grid. |
Uniform Confidence Bounds#
Compute honest and adaptive UCBs. |
|
Compute uniform confidence bands for nonparametric instrumental variables. |
Spline Functions#
Product Splines#
Create multivariate spline basis with B-spline components. |
Result Objects#
Container for nonparametric instrumental variables estimation results. |