Lecture 9 Flashcards
Markov Chain Monte Carlo Method
- Sample random initial point P1 = (a1,b1)
- Create a new pdf, Q, called the proposal density, on P1
- Sample tentative new point P’ = (a’,b’) from Q
- Compute R = L(a’,b’)/L(a1,b1)
MCMC If R>1
this means P’ is uphill from P1. We accept P’ as the next point
MCMC If R<1
this means P’ is downhill from P1. In this case we MAY reject P;.
how do we do this…?
a) generate a random number x ~ U[0,1]
b) If x < R then accept P’ and set P2 = P’
c) If x > R then reject P’ and set P2 = P1
The sequence of points represents
a sample from the LF L(a,b)
The sequence for each coordinate samples the
likelihood of a
Fourier Series
f(x) = 1/2 ao + ∞ Σ n = 1 an cosnx + ∞ Σ n = 1 bn sinnx
Markov Chain Monte Carlo - definition
provides a simple Metropolis algorithm for generating random samples of points from L(a,b)
d(t) = δ(t-1) + δ(t+1)
D(f) = (inf ∫ -inf) δ(-1) e^(-2πift)dt + (inf ∫ -inf) δ(1) e^(-2πift)dt
Modulus squared
H(f) H*(f)
multiplied by the conjugate
rms
read off time or variance
upper frequency
nyquist sampling theorem f measured = 2f source
lower frequency
total data length
parsavel’s theorem
the power in the time domain signal should be equal to the power in the frequency domain