Lecture 9 Flashcards

1
Q

Markov Chain Monte Carlo Method

A
  1. Sample random initial point P1 = (a1,b1)
  2. Create a new pdf, Q, called the proposal density, on P1
  3. Sample tentative new point P’ = (a’,b’) from Q
  4. Compute R = L(a’,b’)/L(a1,b1)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MCMC If R>1

A

this means P’ is uphill from P1. We accept P’ as the next point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

MCMC If R<1

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The sequence of points represents

A

a sample from the LF L(a,b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The sequence for each coordinate samples the

A

likelihood of a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Fourier Series

A

f(x) = 1/2 ao + ∞ Σ n = 1 an cosnx + ∞ Σ n = 1 bn sinnx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Markov Chain Monte Carlo - definition

A

provides a simple Metropolis algorithm for generating random samples of points from L(a,b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

d(t) = δ(t-1) + δ(t+1)

A

D(f) = (inf ∫ -inf) δ(-1) e^(-2πift)dt + (inf ∫ -inf) δ(1) e^(-2πift)dt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Modulus squared

A

H(f) H*(f)

multiplied by the conjugate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

rms

A

read off time or variance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

upper frequency

A

nyquist sampling theorem f measured = 2f source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

lower frequency

A

total data length

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

parsavel’s theorem

A

the power in the time domain signal should be equal to the power in the frequency domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly