scipy.stats.mstats.chisquare

scipy.stats.mstats.chisquare(f_obs, f_exp=None)

Calculates a one-way chi square for array of observed frequencies and returns the result. If no expected frequencies are given, the total N is assumed to be equally distributed across all groups.

Returns: chisquare-statistic, associated p-value