Re: [R] One last thing

2012-03-27 Thread R. Michael Weylandt
The official way to find the entry point for C code is to look in /src/main/names.c but its often easier just to grep for it. Either way, you wind up here: http://svn.r-project.org/R/trunk/src/library/stats/src/arima.c Hope this helps, Michael On Tue, Mar 27, 2012 at 10:45 PM, Fretheim, Alexand

[R] One last thing

2012-03-27 Thread Fretheim, Alexander H
Dear R, Thanks for helping me locate the source for the StructTS method from stats, but I've run in to a roadblock in reverse engineering it to locate a formula for its forecasting because it calls some compiled C code, a function called KalmanLike. I've looked through that R library that