Search found 8 matches

by leoleo73
Sun Feb 23, 2020 7:56 am
Forum: Other RATS Usage Questions
Topic: Error in SVAR-GARCH code
Replies: 0
Views: 44734

Error in SVAR-GARCH code

Dear Tom Doan I have still the same error because of the code in the the example 11.2 SVAR_GARCH impulse response in RATS handbook for ARCH/GARCH and Volatility model(2nd Edition) frml SAVRLogl = hh=SVARHMatrix(t),sqrthoil=sqrt(hh(t)(1,1)),$ ux=SVARUVector(t),%logdensity(hh,ux) [/b] ## SX11. Identif...
by leoleo73
Wed Feb 19, 2020 6:11 pm
Forum: Other RATS Usage Questions
Topic: Error on SVAR-GARCH impulse response
Replies: 1
Views: 46955

Error on SVAR-GARCH impulse response

Dear Tom Doan I followed the example 11.2 SVAR_GARCH impulse response in RATS handbook for ARCH/GARCH and Volatility model(2nd Edition) But I have a error massage because of below the code In the example * This computes the logl likelihood by computing the covariance * matrix, then the square root o...
by leoleo73
Tue Nov 26, 2019 3:07 am
Forum: Data: Reading, Writing, Transforming
Topic: Error on @VARLagSelect
Replies: 14
Views: 65546

Error on @VARLagSelect

Dear Tom Doan I use two files(var_1_1.rpf and garch11_1.rpf, both are from Course Materials: Vector Autoregression, 2nd Edition and ARCH, GARCH, and Stochastic Volatility, 2nd Edition) to learn SVAR-MGARCH model. The files have a same code @VARLagSelect Whenever I just run both files, I face the sam...
by leoleo73
Sun Nov 24, 2019 5:32 pm
Forum: Data: Reading, Writing, Transforming
Topic: Error on data read
Replies: 2
Views: 7123

Re: Error on data read

Your trailing ” is a typographer's quote (used in books), not a standard ASCII ". Also, you need to be careful with embedded spaces---are those actually supposed to be there? Dear Tom Doan Thank you so much for your Careful consideration! It works! I decided to remind the basic on RATS thanks ...
by leoleo73
Sat Nov 23, 2019 5:52 pm
Forum: Data: Reading, Writing, Transforming
Topic: Error on data read
Replies: 2
Views: 7123

Error on data read

Dear Tom Doan I am trying to use a SVAR-MGARCH model(like Elder-Serletis 2010) So, I followed the code in page 272 of the ARCH, GARCH, and Volatility E-Course (2nd Edition) However I got an error like below ** data read*** OPEN DATA " Macintosh HD/Users/hyunbocklee/Google drive/Rats10.0/ GARCHC...
by leoleo73
Wed Oct 09, 2019 9:40 pm
Forum: Other RATS Usage Questions
Topic: VAR-BEKK GARCH one period lag of a variable notation
Replies: 4
Views: 54188

Re: VAR-BEKK GARCH one period lag of a variable notation

Thank you very much Tom!

It works lovely!

Thank you again!
TomDoan wrote:You need a space before the = in the SET instruction.
by leoleo73
Wed Oct 09, 2019 8:18 pm
Forum: Other RATS Usage Questions
Topic: VAR-BEKK GARCH one period lag of a variable notation
Replies: 4
Views: 54188

Re: VAR-BEKK GARCH one period lag of a variable notation

Dear Tom

Thank you for your quick reply

I put the code set laglacc = lacc{1}

but I got error like this
## SX 5. Expected = Here
>>>>>> Set laglacc=lacc{1}<<<<<<<

Would you please help me again?

Regards
by leoleo73
Wed Oct 09, 2019 6:59 pm
Forum: Other RATS Usage Questions
Topic: VAR-BEKK GARCH one period lag of a variable notation
Replies: 4
Views: 54188

VAR-BEKK GARCH one period lag of a variable notation

Dear Users of RATS I am using a bivariate BEKK-GARCH Model(please see below) to check volatility spillovers between commodity markets. Because of time difference between two markets, I use the lag notation like lacc{1} in the model. However, I got the error SR4(tried to use series number -5, -series...