MCMC Flashcards

(11 cards)

1
Q

What happens when you have many parameters?

A

You end up having to look at bigger parameter spaces, making good guesses become rare

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

What is the prior?

A

It represents what we believe about the parameter before seeing the data

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

What is the likelihood?

A

The probability of observing the data given a particular parameter value

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

What is the posterior?

A

The updated belief about the parameter after seeing the data.

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

What is MCMC?

A

An algorithm that steps through the parameter space and moves towards areas of higher likelihood

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

What is a chain in MCMC?

A

A series of guesses. The rest of the guesses is used to estimate the posterior.

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

What is a “hairy caterpillar” chain?

A

A well-mixed, stable chain with no trends - indicates good exploration of the parameter space

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

What are signs of a bad MCMC chain?

A

Not reaching high-likelihood zones
Not mixed well (auto correlated)
Trendy or stuck patterns

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

What are the steps to an MCMC?

A
  1. Starts at a random guess
  2. Proposes a small move
  3. Keeps or rejects it based on likelihood comparison
  4. Repeats steps to form chain of guesses
  5. Uses the chain to build the posterior dstribution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are Monte Carlo methods used for?

A

Estimating numerical results that are difficult to calculate directly.
Simulating random provesses
Approximate probability distributions
Explore parameters spaces

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

What are Monet Carlo methods used for?

A

To approximate the posterior distribution when it’s too hard to compute directly. You draw thousands of random parameter values and simulate the data and keep the guesses that fit the observed data.

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