Skip to content
Back to formatted view

Raw Message

Message-ID: <501F218D.8090206@uottawa.ca>
Date: 2012-08-06T01:44:45Z
From: John C Nash
Subject: Case study on R code speedup

Recently I looked into some ways to speed up a calculation in R (the Rayleigh Quotient is
the example). I wanted to look at the byte-code compiler too. As a way of making notes I
embedded my attempts in a knitR (.Rnw) file. The resulting pdf is linked from the Rwiki at
http://rwiki.sciviews.org/doku.php?id=tips:rqcasestudy.  R users may find the examples
helpful.

John Nash