linearmodels.iv.model._OLS.estimate_parameters¶
- static _OLS.estimate_parameters(x: ndarray, y: ndarray, z: ndarray, kappa: int | float) ndarray ¶
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.