Let's say I would like to evaluate some a bit exotic likelihood functions. Like in this paper:
Volatility Feedback and Risk Premium in GARCH Models with Generalized Hyperbolic Distributions (2011)
at:
http://www.bepress.com/snde/vol15/iss3/art6/Actually I would like to replicate that paper using RATS. (Any insights would be greatly appreciated)
The author provides some code in R, but deals with the likelihood functions by calling them in R from a .dll in fortran.
Would a procedure like that make sense in RATS? such as calling a procedure from a lower level language? Is it possible for an end user?