Approximation Heuristics Flashcards
Explain research heuristics
Research on heuristics typically focuses on the average empirical behaviour of the algorithms
If Theta_hat is an MLE what will the score function be
S(theta_hat)=0
If Theta_hat is an MLE what will the observed fisher information be
I(theta_hat)>=0
What is the shape of the likelihood function?
It can be approximately gaussian by examining taylor expansion around point theta_hat
Name a numerical procedure that can be used to find and approximate the MLE if an analytical solution is not available
Newton-Raphson algorithm
Describe the Newton-Raphson algorithm
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
By the newton rhapson method how will one know they are getting closer to the maximum
The score function will approach zero as we get closer to the critical
point,