@trubador
many thanks....
Search found 3 matches
- Mon Aug 02, 2010 1:15 pm
- Forum: Estimation
- Topic: HELP!GARCH(1,1)-M state space model!
- Replies: 4
- Views: 5045
- Mon Aug 02, 2010 12:42 pm
- Forum: Estimation
- Topic: HELP!GARCH(1,1)-M state space model!
- Replies: 4
- Views: 5045
Re: HELP!GARCH(1,1)-M state space model!
@trubador
thank you for your help! btw, is there any way that i can estimate my GARCH(1,1)-M state space model? can you please introduce me some other kind of software package?
thank you for your help! btw, is there any way that i can estimate my GARCH(1,1)-M state space model? can you please introduce me some other kind of software package?
- Mon Aug 02, 2010 8:04 am
- Forum: Estimation
- Topic: HELP!GARCH(1,1)-M state space model!
- Replies: 4
- Views: 5045
HELP!GARCH(1,1)-M state space model!
im doing a garch(1,1)-m model applied in state space model, my programme is as follows: @signal r=a+b*r(-1)+d*h+e1 @state h=c(1)+c(2)*h(-1)+c(3)*e1(-1)^2 @state a=a(-1)+e2 @state b=b(-1)+e2 @evar var(e1)=1 @evar var(e2)=exp(c(5)) when i try to run this programme. it says "system contains no non...
