Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 429 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 429 Bytes

statistikem

A simple Python library for quick assesment of variables in small datasets. Descriptive statistics, distribution, tests for difference in distribution of groups. Work in progress!

To install:

assumes you have Python, pip and git installed. You will need pandas, matplotlib, statsmodels, sklearn and scipy to run:

git clone https://github.com/michalkahle/statistikem.git

cd statistikem

pip install ./