linearmodels.iv.model.IVLIML.estimate_parameters¶
- static IVLIML.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.