April 2012

Rmetrics financial engineering workshop

April 24, 2012 | David Smith

For those looking for an in-depth workshop on financial engineering with R, look no further than the R/Rmetrics Workshop and Summer School held annually in beautiful Meielisalp, Switzerland. This is an intimate workshop limited to around 50 participants, and features tutorials from leading practitioners in finance with R. This year's ... [Read more...]

Animations in R

April 24, 2012 | bryan

Animated charts can be very helpful in illustrating concepts or discovering relationships, which makes them very helpful in teaching and exploratory research. Fortunately, creating animated graphs in R is fairly straightforward, once you have the right... [Read more...]

Milano R net meeting

April 24, 2012 | fabiomarroni

I received the announce of the first Milano R net meeting, and I am glad to post it below. If you are based in Milano area you might think about going. If you are not based in Milano area, you might think about going as well! Milano R net Milano ... [Read more...]

Download Prices From Yahoo In Parallel

April 24, 2012 | QuantTrader

Following my previous post about rewriting my code to run in parallel I have modified the code for downloading the S&P 500 prices from Yahoo to run i parallel as well. To be honest, I quite enjoy writing the code to run in parallel. It's fun for various reasons, but ... [Read more...]

Project Euler…in LaTeX?

April 23, 2012 | wrathematics

I've been joking for a while now that I was going to start solving project euler problems in LaTeX.  Then today I finally did one.  So let's talk about solving Project Euler problem number 1 (the easy one) using only LaTeX. The problem asks you to sum up all the positive ... [Read more...]

Complex arithmetic and airplane wings

April 23, 2012 | sieste

I was once told that the reason that such a shape was so commonly used for aeroplane wings was merely that then one could study it mathemtically by just employing the Zhoukowski transformation. I hope that this is not true! (R. Penrose, “The Road to Reality”, p.150) Penrose here talks ... [Read more...]

Drawdown Look at Frontier of Assets and Systems

April 23, 2012 | klr

In Efficient Frontier of Funds and Allocation Systems, I had hoped to start exploring how a frontier can potentially be created with only one asset, or how an even more efficient frontier could be created with assets and also systems on those assets.&n...
[Read more...]

Drop-Down Menus for R

April 23, 2012 | Dave Giles

A few days ago, Andrew Barr had a great post on his blog. It was titled, "R is not just for nerds....it has drop-down menus!" You can bet that this one caught my eye when it was re-posted on R-Bloggers.Briefly, Andrew takes us through the installation and basic ... [Read more...]

Introduction to Oracle R Connector for Hadoop

April 23, 2012 | Sherry Lamonica

MapReduce, the heart of Hadoop, is a programming framework that enables massive scalability across servers using data stored in the Hadoop Distributed File System (HDFS). The Oracle R Connector for Hadoop (ORCH) provides access to a Hadoop cluster from R, enabling manipulation of HDFS-resident data and the execution of MapReduce ... [Read more...]

Puzzle: A path through pairs making squares

April 23, 2012 | David Smith

Ted Harding posed an interesting puzzle challenge on the r-help mailing list recently. Here's the puzzle: Take the numbers 1, 2, 3, etc. up to 17. Can you write out all seventeen numbers in a line so that every pair of numbers that are next to each other, adds up to give a square ... [Read more...]

Tuning GAMBoost

April 23, 2012 | Wingfeet

This post describes some of the simulation results which I obtained with the GAMBoost package. The aim of these simulations is to get a feel what I should tune and what I should not tune with GAMBoost. SetupIn the GAMBoost package one can tune qui...
[Read more...]

Example 9.28: creating datasets from tables

April 23, 2012 | Nick Horton

RThere are often times when it is useful to create an individual level dataset from aggregated data (such as a table). While this can be done using the expand.table() function within the epitools package, it is also straightforward to do directly within R.Imagine that instead of the individual ...
[Read more...]

Probit/Logit Marginal Effects in R

April 23, 2012 | diffuseprior

The common approach to estimating a binary dependent variable regression model is to use either the logit or probit model. Both are forms of generalized linear models (GLMs), which can be seen as modified linear regressions that allow the dependent variable to originate from non-normal distributions. The coefficients in a ... [Read more...]
1 2 3 4 5 6 15

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)