linearmodels.iv.model.IV2SLS.estimate_parameters¶
- static IV2SLS.estimate_parameters(x: ndarray[tuple[int, ...], dtype[float64]], y: ndarray[tuple[int, ...], dtype[float64]], z: ndarray[tuple[int, ...], dtype[float64]], kappa: int | float) ndarray[tuple[int, ...], dtype[float64]] ¶
Parameter estimation without error checking
Notes
Exposed as a static method to facilitate estimation with other data, e.g., bootstrapped samples. Performs no error checking.