An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20140616/c69cec7b/attachment.pl>
Kalman Filter Implementation in R
4 messages · Manuj Goel, Suzen, Mehmet, Mark Knecht +1 more
I suggest you to read the paper by Fernando Tusell from University of Basque Country, Kalman Filtering in R, JSS Vol. 39, Issue 2, Mar 2011
On 16 June 2014 11:21, Manuj Goel <mg211 at st-andrews.ac.uk> wrote:
Hello everyone,
I am an applied statistics post-graduate student and am doing my
dissertation on kalman filters and its application on financial models. I
have read quite a lot papers on kalman filters and I am able to understand
their methodology. But I am unable to work my way through to build a basic
Kalman model in R. Can someone help me with this please. Any and all help
really appreciated. Thanks.
Kind Regards,
M
[[alternative HTML version deleted]]
_______________________________________________ R-SIG-Finance at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. If you want to post, subscribe first. -- Also note that this is not the r-help list where general R questions should go.
On Mon, Jun 16, 2014 at 2:21 AM, Manuj Goel <mg211 at st-andrews.ac.uk> wrote:
Hello everyone, I am an applied statistics post-graduate student and am doing my dissertation on kalman filters and its application on financial models. I have read quite a lot papers on kalman filters and I am able to understand their methodology. But I am unable to work my way through to build a basic Kalman model in R. Can someone help me with this please. Any and all help really appreciated. Thanks. Kind Regards, M
http://www.jstatsoft.org/v39/i02/paper HTH, Mark
You likely want to start with this paper: Fernando Tusell, 211, "Kalman Filtering in R": http://www.jstatsoft.org/v39/i02 http://stat-www.berkeley.edu/~brill/Stat248/kalmanfiltering.pdf http://www.et.bs.ehu.es/~etptupaf/nuevo/en/papiros.php It says there are at least five different implementations of the Kalman filter available in R packages, and gives a nice breakdown of some of their features.
Andrew Piskorski <atp at piskorski.com>