• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

Have you used "R"?

Simon James

Senior Member
Have you used R to help you understand the quantitative material in ST9 as recommended in the Core Reading?

If not, here are some useful links:

Wikipedia link to R:
http://en.wikipedia.org/wiki/R_(programming_language)

Link to QRMlib repository:
http://cran.r-project.org/web/packages/QRMlib/index.html

Documentation of functions in the QRMlib library:
http://cran.r-project.org/web/packages/QRMlib/QRMlib.pdf

If you have used R - please let us know how you got on with it and if you did find it useful.
 
I'm finding it hard enough just to get through the course without having to learn a new programming language as well. I didn't really understand some of the mathematical bits on first reading though. Is R really necessary?
 
R scripts

Not strictly necessary but it may help some of the theory to become a little more concrete for you by running R examples.

There are some scripts included with QRMlib that enable you to see how a number of the examples in the book can be generated in R.

On my unix machine they're in /usr/local/lib/R/library/Chap4 and so on.

They can be copied and pasted into R even if you don't know much about R.

Another program worth knowing about for the time series work is gretl, the Gnu Regression, Econometrics and Time-series Library (http://gretl.sourceforge.net/). Easier to use than R for GARCH examples.
 
Back
Top