Skip to content

kkin1995/statpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatPy

StatPy is an ongoing project to implemennt various statistical and numerical methods in Python.

Installation

You can download the library using the following command

git clone https://github.com/kkin1995/statpy.git

After downloading the library into your preferred directory, you can make a virtual environment using virtualenv and activate it:

vitualenv statpy_env source statpy_env/bin/activate

Then, install the requirements using the following command:

pip install -r requirements.txt or pip3 install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages