Approximation Heuristics Flashcards

1
Q

Explain research heuristics

A

Research on heuristics typically focuses on the average empirical behaviour of the algorithms

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

If Theta_hat is an MLE what will the score function be

A

S(theta_hat)=0

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

If Theta_hat is an MLE what will the observed fisher information be

A

I(theta_hat)>=0

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

What is the shape of the likelihood function?

A

It can be approximately gaussian by examining taylor expansion around point theta_hat

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

Name a numerical procedure that can be used to find and approximate the MLE if an analytical solution is not available

A

Newton-Raphson algorithm

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

Describe the Newton-Raphson algorithm

A

This is an iterative procedure - each step improves the estimator value
he algorithm requires a starting value, which could for example be the
method of moment estimator

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

By the newton rhapson method how will one know they are getting closer to the maximum

A

The score function will approach zero as we get closer to the critical
point,

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