liml

weak_instruments.liml.LIML(Y: ndarray, X: ndarray, Z: ndarray, G: ndarray[tuple[int, ...], dtype[float64]] | None = None, talk: bool = False, colnames=None) LIMLResult
class weak_instruments.liml.LIMLResult(betas, se_list, tstat_list, pval_list, ci_list)

Bases: object