Search found 5 matches

by UOB-rubick
Mon Aug 22, 2011 10:15 am
Forum: ARCH and GARCH Models
Topic: how to modify DCC
Replies: 7
Views: 10668

Re: how to modify DCC

Dear Tom This is the code I use, which is copied from your post 'various DCC models". Without solving this, I cant move on :( ,please help me out, gratitude for your patient. I am a novice of this. DATA(FORMAT=PRN,ORG=COLUMNS) 1 2087 UK GE FR US compute n=4 dec vect[series] y(n) set y(1) = us s...
by UOB-rubick
Sat Aug 20, 2011 7:17 pm
Forum: ARCH and GARCH Models
Topic: how to modify DCC
Replies: 7
Views: 10668

Re: how to modify DCC

Hi, tom, thx a lot, i have fixed the problem, but here comes another one. When i run to the final step: maximize(start=%(bq=%const(bfix),aq=%const(afix),StartQC()),method=bfgs,title="Two-step DCC") logl gstart gend it comes out: ## MAT15. Subscripts Too Large or Non-Positive what does this...
by UOB-rubick
Sat Aug 20, 2011 10:49 am
Forum: ARCH and GARCH Models
Topic: how to modify DCC
Replies: 7
Views: 10668

Re: how to modify DCC

Dear tom Thx for ur help, I have a problem with the programm u give. It works well until reach the row: frml logl = (q=qf), hh=%corrtocv(%cvtocorr(q),%xt(h,t)),%logdensity(hh,%xt(u,t)) with error instruction: ## SX11. Identifier %CORRTOCV is Not Recognizable. Incorrect Option Field or Parameter Orde...
by UOB-rubick
Thu Aug 18, 2011 3:11 pm
Forum: ARCH and GARCH Models
Topic: how to modify DCC
Replies: 7
Views: 10668

Re: how to modify DCC

omg, that is exactly the article I resorted to. great help, thank u so much!!! :D
by UOB-rubick
Thu Aug 18, 2011 12:07 pm
Forum: ARCH and GARCH Models
Topic: how to modify DCC
Replies: 7
Views: 10668

how to modify DCC

dear sir i am working on DCC modles. The original dynamic structure of DCC model is Qt=(1-a-b)S+a*error^2+bQt-1, and want to make modifications on that equation, such as changing the scalars a,b to matrix A and B, or to diagonal matrix A and B. The code for the original version is in the user's guid...