Sample comparison and SciKits

Often we have two data samples, maybe from different experiments, that are somehow related. Statistical tests exist that can compare the samples. Some of these are implemented in the scipy.stats module.

Another statistical test that I like is the Jarque–Bera normality test from scikits.statsmodels.stattools. SciKits are small experimental Python software toolkits. They are not part of SciPy. There is also pandas, which is an offshoot of scikits.statsmodels. A list of SciKits can be found at https://scikits.appspot.com/scikits. You can install statsmodels using setuptools with:

$ [sudo] easy_install statsmodels

Get NumPy : Beginner's Guide - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.