Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
/ StatTools Public archive

Statistical learning and inference algorithms implemented in Python 3

License

Notifications You must be signed in to change notification settings

artemmavrin/StatTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatTools

PyPI version

Statistical learning and inference algorithms implemented in pure Python (version 3.6 or later).

Installation

The latest version of StatTools can be installed directly after cloning from GitHub:

git clone https://github.com/artemmavrin/StatTools.git
cd StatTools
make install

Moreover, StatTools is on the Python Package Index (PyPI), so a recent version of it can be installed with the pip utility:

pip install stattools

Dependencies

Examples

Regression

Classification

Unsupervised Learning

Non-Parametric Statistics

Ensemble Methods

Data Visualization

Simulation