Skip to content

prob140/prob140

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

prob140

A Berkeley library for probability theory.

Written for Prob140 (prob140.org) by Jason Zhang and Dibya Ghosh.

For documentation and examples, visit prob140.org/prob140

Installation

Use pip for installation:

pip install prob140

You must also have an updated installation of Berkeley's Data Science library:

pip install datascience

If you are using prob140 in a notebook, use the following header:

from datascience import *
from prob140 import *
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
plt.style.use('fivethirtyeight')

Changelog

See CHANGELOG for full changelog