Show Menu
Cheatography

Python statistics Cheat Sheet (DRAFT) by

Statistics and data analysis in Python.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

scipy.s­tats module

Simple t-test
ttest_­ind­(vals1, vals2, equal_­var­=bool, axis=int, nan_po­lic­y=[­'pr­opa­gate', 'omit', 'raise'])

pandas module