Tutorial 3: exercise

(c) 2017 Justin Bois. This work is licensed under a Creative Commons Attribution License CC-BY 4.0. All code contained herein is licensed under an MIT license.

This tutorial exercise was generated from an Jupyter notebook. You can download the notebook here. Use this downloaded Jupyter notebook to fill out your responses.

Exercise 1

How would you expect each of the following to be distributed?

a) The amount of time between repressor-operator binding events.

b) The number of times a repressor binds its operator in a given hour.

c) The amount of time (in total minutes of baseball played) between no-hitters in Major League Baseball.

d) The number of no-hitters in a Major League Baseball season.

To answer this question, try to match these stories to the stories of named distributions. For those of you not familiar with baseball, a no-hitter is a game in which a team concedes no hits to the opposing team. There have only been a few hundred no-hitters in over 200,000 MLB games.


Exercise 2

Say I have three distributions:

  • Exponential, $\tau = 1$
  • Gaussian, $\mu = 1$, $\sigma = 1$
  • Cauchy, $m = 1$, $s = 1$

Say I draw numbers out of each of these distributions. Rank order the distributions, lowest to highest, in terms of how likely I am do draw a number greater than 10. You do not need to calculate anything to answer this question.