statsmodels.emplike.descriptive.EmpLikeTestResult#
- class statsmodels.emplike.descriptive.EmpLikeTestResult(llr, pvalue, weights)[source]#
Result of an empirical likelihood hypothesis test.
Returned by the
test_*methods ofDescStatUVandDescStatMV, and bystatsmodels.emplike.originregress.OriginResults.el_test.- Parameters:
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Properties