Thank you startz,
You are absolutely right.
Search found 4 matches
- Fri Apr 13, 2012 7:22 am
- Forum: Data Manipulation
- Topic: Copy from table i EViews to Excel while retaining formatting
- Replies: 3
- Views: 3087
- Fri Apr 13, 2012 5:04 am
- Forum: Data Manipulation
- Topic: Copy from table i EViews to Excel while retaining formatting
- Replies: 3
- Views: 3087
Copy from table i EViews to Excel while retaining formatting
After running a program I have written, I am left with a table where certain cells are made bold. When copying and choosing "formatted" the "bold information" is lost when I paste in an Excel sheet.
Any solution to this?
Any solution to this?
- Fri Apr 13, 2012 2:25 am
- Forum: Programming
- Topic: p-value from Z-statistic
- Replies: 0
- Views: 1842
p-value from Z-statistic
FYI:
2*(@cnorm(@abs("equation name".tstats("coefficient number"))))
Example:
if 2*(@cnorm(@abs(eq_{!i}.tstats(5))))>0.05 then table1.setfont(a!j:a!l) +b
2*(@cnorm(@abs("equation name".tstats("coefficient number"))))
Example:
if 2*(@cnorm(@abs(eq_{!i}.tstats(5))))>0.05 then table1.setfont(a!j:a!l) +b
- Tue Feb 28, 2012 9:54 am
- Forum: Programming
- Topic: DCC-GARCH-in-mean
- Replies: 0
- Views: 2751
DCC-GARCH-in-mean
Hi, I am trying to program the estimation of a GARCH-in-mean model with DCC. The code I have is for a bivariate (asymmetric) GARCH with DCC and I do not know how to program the feedback into the mean equation. Any help would be greatly appreciated. ' ORIGINAL 'H = (Dt)*(Rt)*(Dt) 'Rt = inverse(diag[Q...
