3.4.4.2.1. statsmodels.emplike.elanova.ANOVA

class statsmodels.emplike.elanova.ANOVA(endog)[source]

A class for ANOVA and comparing means.

Parameters:

endog : list of arrays

endog should be a list containing 1 dimensional arrays. Each array is the data collected from a certain group.

__init__(endog)[source]

3.4.4.2.1.1. Methods

__init__(endog)
compute_ANOVA([mu, mu_start, return_weights]) Returns -2 log likelihood, the pvalue and the maximum likelihood estimate for a common mean.