Skip to content

michalkahle/statistikem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ./