Skip to content

Probability Theory & Statistics from a Programming Perspective with Calculations

License

Notifications You must be signed in to change notification settings

swalx/programming-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

programming-statistics

Probability Theory & Statistics from a Programming Perspective with Calculations

Development

git clone git@github.com:Yisrae/programming-statistics.git
cd programming-statistics
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt