statsmodels.emplike.elanova.ANOVAResult#
- class statsmodels.emplike.elanova.ANOVAResult(statistic, pvalue, mu, weights)[source]#
Result of
ANOVA.compute_ANOVA.- Parameters:
- statistic
float -2 times the log-likelihood ratio, the test statistic.
- pvalue
float The p-value of the test statistic.
- mu
float The common mean, either the value supplied by the caller or the maximum empirical likelihood estimate.
- weights
ndarrayorNone The observation weights that maximize the likelihood.
- statistic
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