Monthly Archives: November 2012

Computing Expected Values

November 22, 2012
By

Original Code# It is often times difficult to solve for the expected value of a variable in closed form.# However, using computers it can be easy to approximate.# Imagine (for whatever reason) you would like to calculate the expected value of exp(x) wh...

Read more »

project euler: problem 61

November 22, 2012
By

Triangle, square, pentagonal, hexagonal, heptagonal, and octagonal numbers are all figurate (polygonal) numbers and are generated by the following formulae: Triangle P3,n=n(n+1)/2 1, 3, 6, 10, 15, ... Square P4,n=n2 ...

Read more »

Escaping the simplex, part 1

November 22, 2012
By
Escaping the simplex, part 1

Before tackling the main subject, two quick notes:I did not post for quite a while in part because I followed the Coursera online course Introduction to Computational Finance and Financial Econometrics.  It was a nice refresher, extremely well pre...

Read more »

Peer-reviewed R packages?

November 22, 2012
By
Peer-reviewed R packages?

Dear R-Users, a question: I am the author of the ‘qpcR’ package. Within this, there is a function ‘propagate’ that does error propagation based on Monte Carlo Simulation, permutation-based confidence intervals and Taylor expansion. For the latter I recently implemented a second-order Taylor expansion term that can correct for nonlinearity. The formulas are quite complex

Read more »

nice ggplot intro tutorial. Just run the commands, about 6 pages…

November 22, 2012
By

nice ggplot intro tutorial. Just run the commands, about 6 pages = flexible 1-3 hours of learning, depending how much reading you want to pair it with by Ramon Saccilotto

Read more »

Washington Gave Thanks To R:

November 22, 2012
By
Washington Gave Thanks To R:

The folks over at is.R() brought along an "adorable Turkey". I guess we'll thank them for their gift - and pardon the Turkey. Personally I thank them for a bucket of hints and tricks I freely used and will continue to do so.Tal brought us a great ...

Read more »

Connecting R to an Oracle database with RJDBC

November 22, 2012
By

In many circumstances, you might want to connect R directly to a database to store and retrieve data.  If the source database is an Oracle database, you have a number of options: ROracle RODBC RJDBC   Using ROracle should theoretically

Read more ›

Read more »

Controlling heatmap colors with ggplot2

November 22, 2012
By
Controlling heatmap colors with ggplot2

One of the most popular posts on this blog is the very first one, solving the issue of mapping certain ranges of values to particular colors in heatmaps. Given the abundance of ggplot2 usage in R plotting, I thought I’d … Continue reading

Read more »

Happy Thanksgiving from is.R()!

November 22, 2012
By
Happy Thanksgiving from is.R()!

Today’s post is mostly to wish everyone a Happy Thanksgiving. We will be taking the rest of the week off, and will return on Monday. Below is some code to reproduce the adorable Turkey above; enjoy! https://gist.github.com/4122464

Read more »

Extending Commodity time series

November 21, 2012
By
Extending Commodity time series

I want to follow up with Extending Gold time series post by showing how we can extend Commodity time series. Most Commodity ETFs began trading in 2006, please see the List of Commodity ETFs page. I will use DBC – PowerShares DB Commodity Fund, one on the most liquid Commodity ETFs as my proxy for

Read more »