Uncategorized

How Marketo uses Revolution R Enterprise

July 6, 2011
By

Marketo, a leading marketing automation company, relies on data analysis to implement the features in its hosted application that help companies get the most out of their marketing dollar. We've just published a case study about how Marketo uses Revolution R Enterprise and the R language to analyze the massive data sets generated by...

Read more »

Yet another way to use R in Excel for .NET programmer

July 6, 2011
By
Yet another way to use R in Excel for .NET programmer

I wrote the article whose title is "Another way to use R in Excel for .NET programmer" last night.In that article, We need to use IDE to write C# program.On ther other hand, Excel-DNA give us easier way to create XLL.Let me show you one ...

Read more »

Artificial intelligence in trading: k-means clustering

July 6, 2011
By
Artificial intelligence in trading: k-means clustering

There is many flavors of artificial intelligence (AI), however I want to show practical example of the cluster analysis. It is very applicable in finance. For example, one of stylized facts of volatility is, that it moves in clusters, meaning that today’s volatility will be more likely as yesterday’s volatility. To gauge these moves...

Read more »

Color reduction of an image – and Warholize?

July 5, 2011
By
Color reduction of an image – and Warholize?

There seems to be several methods out there for reducing the colors in an image. I became interested in this after pondering how this is done in the excellent freeware program IrfanView. Unfortunately, their method is not described anywhere that I coul...

Read more »

ARMA Models for Trading, Part VI

July 5, 2011
By
ARMA Models for Trading, Part VI

In the fourth posting in this series, we saw the performance comparison between the ARMA strategy and buy-and-hold over the last approximately 10 years. Over the last few weeks (it does take time, believe me) I back-tested the ARMA strategy over the full 60 years (since 1950) of S&P 500 historic data. Let’s take...

Read more »

Even faster linear model fits with R using RcppEigen

Linear regression models are a major component of every applied researcher's toolbox. Obtaining results more quickly is therefore of central importance, particularly when many such models have to be fit. Common examples in this context are Monte Carl...

Read more »

A Quantstrat to Build On Part 6

July 5, 2011
By
A Quantstrat to Build On Part 6

THIS IS NOT INVESTMENT ADVICE.  ACTING ON THIS MAY LOSE LOTS OF MONEY. In A Quantstrat to Build on Part 5, I promised some performance reporting on quantstrat portfolios, but then in REIT Momentum in Quantstrat, I discovered it is not nearly as ea...

Read more »

New R User Group in Argentina

July 5, 2011
By

A new local R user group has formed in Buenos Aires, Argentina, under the succinct name ".aR". They're currently putting together the agenda for their first meeting, and are looking for speakers with expertise in the BioConductor project and Finance. If you'd like to join the group, check out the Spanish-language website for .aR,...

Read more »

Sentiment Analysis for Airlines via Twitter

July 5, 2011
By
Sentiment Analysis for Airlines via Twitter

Last weekend here in the states was the 4th of July long weekend, one of the busier air travel days of the year. As anyone who flies in the States knows, with air travel often comes frustration, and in this social media age many express their frustration on Twitter: The image above comes from...

Read more »

Example 9.1: Scatterplots with binning for large datasets

July 5, 2011
By
Example 9.1: Scatterplots with binning for large datasets

Scatterplots can get very hard to interpret when displaying large datasets, as points inevitably overplot and can't be individually discerned. A number of approaches have been crafted to help with this problem. One approach uses binning. This approa...

Read more »