Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
The probability section of this guide will likely never be fully completed, due to the fact that the is such an excellent resource in probability theory. Go read it and do the problems!
Instead of a full write-up, the pages in this section will typically just link to relevant sections from the textbook. Personally, I found everything I needed to do well in CS70 probability (and much more) here, including examples that are very similar to problems you might see on the homework.
TL;DR don't use this section of the guide, just read the 140 textbook.
Here is a running list of topics in this section:
provides us an intuitive method of figuring out how many possible ways there are to do something.
, such as the Binomial or Geometric distributions, describe the probabilities of a finite set of outcomes.
, such as the Poisson or Normal distributions, help us model real values, like lifetime or height.
model transitions between discrete states.
are tools to describe the characteristics of a random variable or distribution.
allow us to approximate bounds for random variables when we only know their expectation and/or variance.
There is far more to explore in learning the basics of probability- not everything is included in this list!
Uniform(m,n)
[m, n]
Bernoulli(p)
Indicator
0, 1
P(X=1) = p
P(X=0) = 1-p
Binomial(n,p)
[0, n]
Geometric(p)
Hypergeom.(N,G,n)
[0, n]
Uniform Continuous
(a, b)
Beta(r,s)
(0, 1)
Normal(0,1)
0
1
Where and
Poisson()
Exponential()
(Gamma(1, ))
Gamma(r, )