Review of probability
Admistrivia
- Class web page:
- Crude lecture notes. (No math notation though)
- Homeworks once per week
- schedule.
- Readings (I won't announce them in class since I forget).
- If you haven't seen probability in a while, read chapters 1 and 2
carefully. Today's "review" will be kinda fast if it is new.
- I expect to spend 10 minutes a day on HW problems IF you ask me
questions--otherwise I'll just ignore the homework.
Intro: What is a stochastic process anyway?
- Population peramid
- Example: google page rank and random web surfing
- Pick a page at random. Call it X0. (Note: even
this step is hard. Mathematically it requires numbering all the web
pages.)
- Follow a link at random. This is X1.
- Follow a link at random. This is X2.
- Repeat.
- Typical question: If X0 = www.gosset.upenn.edu, what
is the chance that X1 = www.library.upenn.edu?
- Typical question: If X0 = www.gosset.upenn.edu, what
is the chance that X2 = www.library.upenn.edu?
- What is the distribution of X1? X2?
Xinfinity? (Called your page rank on google)
- Let A = set of all pornography. P(X4 in
A|X0 in wharton)?
Technical definition of stochastic process
- What is a random variable? (map from sample space to real line)
- Definition is unimportant for only one RV, but if you have many
of them the definition matters.
- Example: X1,X2,...,XT.
- What is a stochastic process?
- Just a indexed set of random variables!
- Typically the index is time
- examples: stock market, store purchase behavior, physics,
chemistry.
Chapter 1: Review of probability
- Recall expectation: E(g(X)).
- Poisson distribution: Start with Taylor series for elambda.
- Note: expecation is a sum
- Exponential distribution: Same parameter as poisson?!?
- Note: expecation is now an integral
More details of conditional expectation and probability
- P(A|B) basic definition
- Simple definition of conditional expectation:
- E(X|Y=y) = E(XIY=y)/E(IY=y)
- Deconstruct it
- E(X|Y=y) = E(XIY=y)/P(y)
- Problem II.E.1.5 puts all this together
Conditional expectation as a random variable
- Conditional expectation as a random variable (hard)
- Z = e(Y) for some function e()--called measurability
- E(ZIY=y) = E(XIY=y)
- Call such an e(Y) E(X|Y)
- Conditional expectation as a random variable (easy)
- define e(y) = E(X|Y=y)
- E(X|Y) = e(Y)
- Smoothing lemma: E(X) = E(E(X)|Y))
Simple martingale
- E(X), E(X|Y), X
- X = bill back in white house, Y = Hillary wins SC
Dean P. Foster
Last modified: Thu Jan 17 15:28:33 EST 2008