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 of DescStatUV and DescStatMV, and by statsmodels.emplike.originregress.OriginResults.el_test.

Parameters:
llrfloat

-2 times the log-likelihood ratio, the test statistic.

pvaluefloat

The p-value of the test statistic.

weightsndarray or None

The observation weights that maximize the likelihood under the null hypothesis.

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

llr

Alias for field number 0

pvalue

Alias for field number 1

weights

Alias for field number 2