MLE estimation
Posted: Tue Sep 11, 2012 6:14 am
Hello,
I have an estimation problem while doing MLE estimation.
I think something is wrong, but I cannot find it.
My simple program is below.
logl logl1
logl1.append @logl loga
logl1.append res=lnep-c(1)-c(2)*lnecap-c(3)*lnco2-c(4)*lnl
logl1.append a1=log(@cnorm(-(res*c(7))/c(6)))
logl1.append loga = c(5)-log(c(6))+a1-1/2/(c(6)^2)*(res^2)
logl1.ml(showopts)
However, while doing it, the program sends a message
"Missing values in @logl series at current coefficients at observation 1 in "DO_LOGL.ML(SHOWOPTS)"
Please, help me!!
Thank you for your advanced help.
Best regards,
I have an estimation problem while doing MLE estimation.
I think something is wrong, but I cannot find it.
My simple program is below.
logl logl1
logl1.append @logl loga
logl1.append res=lnep-c(1)-c(2)*lnecap-c(3)*lnco2-c(4)*lnl
logl1.append a1=log(@cnorm(-(res*c(7))/c(6)))
logl1.append loga = c(5)-log(c(6))+a1-1/2/(c(6)^2)*(res^2)
logl1.ml(showopts)
However, while doing it, the program sends a message
"Missing values in @logl series at current coefficients at observation 1 in "DO_LOGL.ML(SHOWOPTS)"
Please, help me!!
Thank you for your advanced help.
Best regards,