Jump to content

User:Erel Segal/Probability and Computing 2006

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Erel Segal (talk | contribs) at 11:22, 29 January 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

1. Events and Probability

  1. Application: random algorithm for Polynomial identity testing
  2. Axioms of probability
  3. Application: random algorithm for verifying matrix multiplication.
  4. Application: random algorithm for finding a minimum cut.

2. Discrete Random Variables and Expectation

  1. Random variables and expectation
  2. The Bernouli random variable and Binomial random variable.
  3. Conditional expectation
  4. The Geometric distribution
  5. Application: the expected run-time of quicksort

3. Moments and Deviations

  1. Markov's inequality
  2. Variance and moments of a random variable.
    • Example: variance of a binomial random variable
  3. Chebyshev's inequality
  4. Application: random algorithm for computing median

4. Chernoff bounds

  1. Moment-generating functions
  2. Deriving and applying Chernoff bounds
  3. Better bounds for some special cases
  4. Application: set balancing
  5. Application: Routing protocol for packet-routing in sparse networks.

5. Balls, bins and random graphs

  1. Example: the birthday paradox
  2. Balls into bins
  3. The Poisson distribution
    • Limit of the binomial distribution
  4. The Poission approximation
  5. Application: Hash table
  6. Random graphs
  1. The basic counting argument
  2. The expectation argument
  3. Derandomisation using conditional expectations
  4. Sample and Modify
  5. The Second moment method
  6. The conditional expectation inequality
  7. The Lovász local lemma
  8. Explicit constructions using the Local Lemma
  9. Lovász local lemma: the general case

7. Markov chains and Random walks

  1. Markov chains: definitions and representation
  2. Classification of states
  3. Stationary distributions
    • Example: a simple queue
  4. Random walks on undirected graphs
  5. Parrondo's paradox

8. Continuous distributions and the Poisson process

  1. Continuous Random Variables
  2. The Continuous uniform distribution
    • Additional properties of the uniform distribution
  3. The Exponential distribution
    • Additional properties of the exponential distribution
    • Example: Balls into bins with feedback
  4. The Poisson point process
    • Interarrival distribution
    • Combining and splitting Poisson processes
    • Conditional arrival time distribution
  5. Continuous time Markov processes
  6. Example: Markovian Queues