QuantEcon / lecture-python

Source files for https://python.quantecon.org
BSD 3-Clause "New" or "Revised" License
61 stars 21 forks source link

Probit second derivative issue #376

Closed jms202 closed 3 years ago

jms202 commented 3 years ago

In the Maximum Likelihood lecture, can you check the second derivative of the Probit likelihood that is given in the solution to Exercise 1?

I can't promise my algebra is right, but the answer I get differs in three ways:

jstac commented 3 years ago

@natashawatkins, do you have time to look at this?

I guess @jms202 is referring to this: https://python.quantecon.org/mle.html#Solutions

natashawatkins commented 3 years ago

Will do!

natashawatkins commented 3 years ago

Hi @jms202,

Here is a helpful document: http://faculty.smu.edu/tfomby/eco6352/Notes/Logit%20and%20Probit%20Notes.pdf

Thanks :)

jstac commented 3 years ago

Thanks @natashawatkins, much appreciated.

@mmcky , would you mind to just remove this subscript? \phi_i can be changed to \phi.

@jms202 Thanks for reporting.