next up previous
Next: Pseudo Random Number Generator Up: Basic Probability Theory for Previous: Higher moments and Variance

Subsections

Other random number distributions

Discrete probability distribution

Geometric Distribution

Negative Binomial Distribution

Poisson Distribution

Exercises

  1. A fire station receives 730 alarms per year. What is the probability that on a given day, there will be no alarms? How about 4 alarms on a given day?


  2. A wolf pack goes hunting for a carribou. If the probability of catching a carribou is 0.2 per day, how many days on average does it take for them to get a caribou?
  3. Let's say that a tadpole requires to catch 10 shrimps before it metamorphs. If they catch 1 shrimp every other day on average, how many days does it take for a tadpole to metamorph?
  4. In a population with meiotic drive (probability of a female offspring is p), what is the probability that you'll see no male in 5 offsprings?
  5. If there are $3 \times 10^9$ basepairs in the human genome and the mutation rate per generation per basepair is $10^{-9}$, what is the mean number of new mutations per genome that a child will have?

Continuous probability distribution

In a discrete random variable, you can calculate the probability of X is at a particular value (e.g, X=3, X=0 etc) because there are discrete set of outcomes.

In a continous random variable, there are infinite number of points, so the probability that something happens at a particular point (e.g. Prob[X = 1.4142]) is nearly zero. But you can calculate the probability that something happens within an interval.

Probability of an event happening within an interval between a and b:

\begin{displaymath}Pr[a \le X \le b] = \int^b_a f(x) dx \end{displaymath}

f(x) is called probability density function, and it's shape characterize the distribution of random variable.

Exponential Distribution

Normal distribution


next up previous
Next: Pseudo Random Number Generator Up: Basic Probability Theory for Previous: Higher moments and Variance
Naoki Takebayashi 2008-03-27