[SciPy-Dev] Missing statistical Tests for scipy.stats

josef.pktd at gmail.com josef.pktd at gmail.com
Fri Jul 5 07:47:21 EDT 2013


On Fri, Jul 5, 2013 at 3:45 AM, Haslwanter Thomas
<Thomas.Haslwanter at fh-linz.at> wrote:
> Hi,
>
>
>
> in preparing a statistics lecture using Python
> (http://work.thaslwanter.at/Stats/html/ ), I realized that two important
> statistical tests are currently not available in scipy:
>
>
>
> ·         McNemar Test (http://en.wikipedia.org/wiki/McNemar%27s_test )
>
> ·         Cochran’s Q-Test (http://en.wikipedia.org/wiki/Cochran%27s_Q_test)
>

http://statsmodels.sourceforge.net/devel/stats.html#non-parametric-tests

I didn't get to those in my last round of statsmodels.stats cleanups.

Josef

>
>
> I have found the equations for the McNemar test, and implemented a version
> in Python. Would there be an interest in incorporating this module in
> scipy.stats?
>
>
>
> If I’d get the formulas for Cochran’s Q-test, I would also be keen on
> implementing that one.
>
>
>
> What do you think?
>
>
>
> thomas
>
>
>
> ---
> Prof. (FH) PD Dr. Thomas Haslwanter
> School of Applied Health and Social Sciences
>
> University of Applied Sciences Upper Austria
> FH OÖ Studienbetriebs GmbH
> Garnisonstraße 21
> 4020 Linz/Austria
> Tel.: +43 (0)5 0804 -52170
> Fax: +43 (0)5 0804 -52171
> E-Mail: Thomas.Haslwanter at fh-linz.at
> Web: me-research.fh-linz.at
> or work.thaslwanter.at
>
>
>
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>



More information about the SciPy-Dev mailing list