Page 1 of 1
problem with time varying parameter code
Posted: Wed May 21, 2014 12:42 pm
by allister
Dear Tom i am trying to use the time varying parameter with stochastic volatility which was posted by Todd Clarke, however when i try to run the instruction it cosnistently return this error message.
## CP18. VARTVPSVKSC is not the Name of a PROCEDURE. (Did you forget to SOURCE?)
>>>>end<<<<
I am using standard Rats 8.2 , can you tell me the cause of this problem?
Thanks in advance
Re: problem with time varying parameter code
Posted: Wed May 21, 2014 12:51 pm
by TomDoan
If you downloaded VARTVPSVKSC.src (if you didn't, do it), it's not where RATS can find it. You may need to add an explicit SOURCE instruction for it.
Re: problem with time varying parameter code
Posted: Wed May 21, 2014 2:49 pm
by allister
Thanks for the response Tom. I did however from the inception download the src file even the most updated however no matter what i try o still get the same error regarding that ## CP18. VARTVPSVKSC is not the Name of a PROCEDURE. (Did you forget to SOURCE?)
>>>>end<<<<
Re: problem with time varying parameter code
Posted: Wed May 21, 2014 3:16 pm
by TomDoan
Are you running Todd's example program, or something that you changed?
Re: problem with time varying parameter code
Posted: Wed May 21, 2014 7:52 pm
by allister
No i haven't changed anything i was using Todd'c code with the data set that he posted just to get an example run of the code to ensure that all the commands execute however i kept getting that error message.