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
how to estimate likelihood ratio in restricted MVgarch
-
hardmann
- Posts: 259
- Joined: Sat Feb 26, 2011 9:49 pm
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: how to estimate likelihood ratio in restricted MVgarch
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.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