May 2011

Commodity Index Estimators

May 2, 2011 | klr

In this post I will show my first try at a commodity index substitute.  Regular readers know my frustration with proprietary data as I try to demonstrate various techniques to users who might not have the resources to pay for the data.  I hav...
[Read more...]

ARMA Models for Trading, Part III

May 2, 2011 | The Average Investor

In the last post I showed how to pick the parameters for the ARMA model. The next step is to determine the position at the close. One way to do that is by a one day ahead prediction, if the prediction comes negative (remember the series we are operating on ... [Read more...]

Commodities vs. commodity stocks

May 2, 2011 | Lloyd Spencer

Just got back from a couple of months vacation in NZ so brief posting this month. Another common field of mean reversion analysis relates to commodities and commodity related stocks.  In this analysis, I compare the prompt month crude oil price, CL1 to the price of XOP, an ETF that ... [Read more...]

Introducing R in the Enterprise

May 2, 2011 | prasoonsharma

We've introduced R in the organization!It is running along with the heavy weights of statistical analysis like SAS, SPSS, Matlab. Here's what we did and how we did it...HOW DID IT START?I started learning R last year and loved its simplicity and power.... [Read more...]

Review of the R Cookbook

May 2, 2011 | David Smith

While we were at R/Finance in Chicago over the weekend (more on that later), it was a great pleasure to meet in person Paul Teetor, author of the R Cookbook (published by O'Reilly). If you haven't picked it up yet, I recommend checking it out: if you already have ... [Read more...]

Unicode symbols in R

May 2, 2011 | bbolker

A friend asked me this morning if there was a way to plot a symbol in R (as a plotting character) representing a half-filled circle. I didn't know, but I figured this out (perhaps it's demonstrated elsewhere -- the ability to use Unicode symbols was added in 2008 or so -- ... [Read more...]

Home Away From Home

May 2, 2011 | Milk Trader

It used to be stuffed animals everywhere. These days, it's those annoyingly small lego pieces. Toys in the house have a certain Tribble quality to them. They propagate during some designated time in the middle of the night and in the morning, they are ...
[Read more...]

Sustainable Futures conference in Manchester

May 2, 2011 | Oscar Perpiñán Lamigueiro

Recently, Kevin Ummel gave a short conference about his PhD research at the Sustainable futures – Tyndall Centre researchers’ international conference. His work, named “Optimizing worldwide deployment of wind and solar power technologies via a high resolution, linear programming model”, is built with R. He is using the solaR package for ... [Read more...]

Postdoc on adaptive MCMC in Paris

May 2, 2011 | xi'an

Although the official deadline is long past, I just became aware of this call for a postdoctoral position in Paris starting next Fall. Please feel free to apply: Summary Adaptive Markov Chain Monte Carlo (MCMC) methods are currently a very active field of research. MCMC methods are sampling methods, based ... [Read more...]

"Inside" Functors — Evaluating things more than once

May 1, 2011 | ellbur

(The examples here work with the version of insidefunctor tagged as "v1") I ran into an interesting problem using "inside" functors. Something is wrong in the following code (well, depending on what you thought it should do). __ library(insidefunctor) __ `%+.%` = fmap(`+`) __ x = seq(0, 10, len = 50) __ plot(x, collect(each(x) %+.% runif(1))) It's ... [Read more...]

The R Inferno revised

May 1, 2011 | Pat

Hell is new and improved. The R Inferno has been revised.  If you don’t know of it, it is a short explanation of a few trouble spots when using the R language.  Somehow the short explanation grew to approach book-length. It can be found at the usual place: http://...
[Read more...]

Here comes the sun

May 1, 2011 | Oscar Perpiñán Lamigueiro

The solar irradiance incident outside the earth’s atmosphere is called the extraterrestial or extra-atmospheric irradiance. It is derived from the solar constant only with geometric equations. It can be easily calculated with the calcSol function of the solaR package. With this post I will show an example with some ... [Read more...]
1 10 11 12

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)