Page 1 of 1

how to estimate likelihood ratio in restricted MVgarch

Posted: Wed Apr 20, 2011 9:40 am
by hardmann
Dear Tom:

While I estimate a MVgarch model, I could do wald test by using "restrict" or "test" command.
However, how could I get Likelihood ratio throgh comparing restricted and unrestric model.


Hardmann

Re: how to estimate likelihood ratio in restricted MVgarch

Posted: Wed Apr 20, 2011 11:44 am
by TomDoan
hardmann wrote:Dear Tom:

While I estimate a MVgarch model, I could do wald test by using "restrict" or "test" command.
However, how could I get Likelihood ratio throgh comparing restricted and unrestric model.


Hardmann
MAXIMIZE and GARCH both define the %LOGL variable. Estimate one model, save %LOGL, estimate the other, and do a test on the difference. The PROBIT.RPF example does this for a probit model.