March 2012

Low (and high) volatility strategy effects

March 23, 2012 | Pat

Does minimum variance act differently from low volatility?  Do either of them act like low beta?  What about high volatility versus high beta? Inspiration Falkenblog had a post investigating differences in results when using different strategies for low volatility investing.  Here we look not at a single portfolio of a ... [Read more...]

Forecasts and ggplot

March 22, 2012 | Rob J Hyndman

The forecast package uses the base R graphics for all plots, but some people may prefer to use the nice graphics available using the ggplot2 package. In the following two posts, Frank Davenport shows how it can be done: Plotting forecast() objects in ... [Read more...]

Project Euler: Problem 20

March 22, 2012 | MK

n! means n x (n - 1) x ... x 3 x 2 x 1For example, 10! = 10 x 9 x ... x 3 x 2 x 1 = 3628800,and the sum of the digits in the number 10! is 3 + 6 + 2 + 8 + 8 + 0 + 0 = 27.Find the sum of the di... [Read more...]

Exponentiation of a matrix (including pseudoinverse)

March 22, 2012 | Marc in the box

The following function "exp.mat" allows for the exponentiation of a matrix (i.e. calculation of a matrix to a given power). The function follows three steps:1) Singular Value Decomposition (SVD) of the matrix2) Exponentiation of the singular values3) Re-calculation of the matrix with the new singular valuesThe most common ... [Read more...]

Pareto Charts in R

March 22, 2012 | Nicole Radziwill

A Pareto Chart is a sorted bar chart that displays the frequency (or count) of occurrences that fall in different categories, from greatest frequency on the left to least frequency on the […] [Read more...]

Montreal R Workshop: Introduction to Bayesian Methods

March 22, 2012 | Corey Chivers

Monday, March 26, 2012  14h-16h, Stewart Biology N4/17 Corey Chivers, Department of Biology McGill University This is a meetup of the Montreal R User Group. Be sure to join the group and RSVP. More information about the workshop here. Topics Why would we want to be Bayesian in the first place?  ... [Read more...]

Metadata Dubuque and UHI

March 21, 2012 | Steven Mosher

I’m in the process of remaking all the metadata from scratch and looking once again at the question of UHI. There are not any global conclusions we can draw from the data yet; I’m just in the process of checking out everything that is available that could be ... [Read more...]

How to Generate Exponential Delays

March 21, 2012 | Neil Gunther

This question arose while addressing Comments on a previous blog post about exponentially distributed delays. One of my ongoing complaints is that many, if not most, popular load-test generation tools do not provide exponential variates as part of a library of time delays or think-time distributions. Not only is this ... [Read more...]

R/Finance 2012 program announced, registration open

March 21, 2012 | David Smith

Registration is now open for R/Finance 2012 in Chicago, the conference devoted to applications of R in the financial sector. The program has also been announced, with topics including: modelling insurance claim reserves; risk management in power markets; peer performance of hedge funds; hedging event risk; operational risk measurement with ... [Read more...]

knitr, github, and a new phase for the lab notebook

March 21, 2012 | Carl

I have recently modified the basic workflow of my lab notebook since discovering knitr. Before, I would write code files which I could track on github, push figures created by the code to flickr, and then write a notebook entry on wordpress describing what I was doing. I’d embed ... [Read more...]

Bare-bones intro to Plotting options in R

March 21, 2012 | Isomorphismes

If you’re using base::plot in R for the first time (for example if you do plot(pima) or plot(faithful) (use ??pima if you can’t find the dataset)) you may have looked at ?plot (2 page help file) or ?par (12 page help file) to figure out what’s ... [Read more...]
1 3 4 5 6 7 16

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)