statsmodels.regression.linear_model.OLSResults.el_test
OLSResults.el_test(b0_vals, param_nums, return_weights=0, ret_params=0, method='nm', stochastic_exog=1, return_params=0) [source]
Tests single or joint hypotheses of the regression parameters using Empirical Likelihood. Parameters:
b0_vals : 1darray The hypothesized value of the parameter to be tested param_nums : 1darray The parameter number to be tested print_weights : bool If true, returns the weights that optimize the likelihoo