August 2013

Calendar-based Sector Strategy

August 5, 2013 | systematicinvestor

I recently came across the Kaeppel’s Sector Seasonality Strategy which is described in Kaeppel’s Corner: Sector Seasonality and updated in Kaeppel’s Corner: Get Me Back, Clarence. Today I want to show how to back-test the Kaeppel’s Sector Seasonality Strategy using the Systematic Investor Toolbox. Following are ... [Read more...]

How Much Should Bale Cost Real?

August 5, 2013 | diffuseprior

It looks increasingly likely that Gareth Bale will transfer from Tottenham to Real Madrid for a world record transfer fee. Negotiations are ongoing, with both parties keen to get the best deal possible deal with the transfer fee. Reports speculate that this transfer fee will be anywhere in the very ... [Read more...]

Creating as and wrap for sparse matrices

August 5, 2013 | Rcpp Gallery

An earlier article discussed sparse matrix conversion but stopped short of showing how to create custom as() and wrap() methods or functions. This post starts to close this gap. We will again look at sparse matrices from the Matrix package for R, as well as the SpMat class from Armadillo....
[Read more...]

Changepoint Analysis of Time Series?

August 4, 2013 | Cory Lesmeister

Last time we downloaded data from quandl.com.  This was privately-owned homes completed in a month in thousands of units(not seasonally adjusted).  Now, let's take a look at some basic R functions to examine time series along with my first ex... [Read more...]

RcppArmadillo 0.3.900.7

August 4, 2013 | Thinking inside the box

A bug-fix release 3.900.7 of Armadillo was provided by Conrad a few days ago. It has been rolled into a new RcppArmadillo release 0.3.900.7 which, after a brief delay, is now on CRAN and in Debian. The main bug fix is a change in the in-place vers... [Read more...]

More rainfall calculations – REML

August 4, 2013 | Wingfeet

I wanted to have a look at various REML methods for a long time. The rainfall data seemed a nice example. On top of that, FreshBiostats had a blog post 'Mixed Models in R: lme4, nlme, or both?'. So lme4 it is.The data  As described before; th... [Read more...]

A new R trick … for me at least

August 3, 2013 | Lee Pang

What were going to be talking about today are dynamic argument lists for functions. Specifically, how to unpack and prepare them in R using ..., list(), and do.call()Biased by Matlab and varargin Initially, I based my use of ... in R on my experience w... [Read more...]

Maximum Observed Windspeeds Using H*Wind Analyses

August 3, 2013 | robhodge

Building off of my last post using H*Wind data, I decided to examine the maximum windspeeds produced by Hurricane Katrina. The R code used to produce this post is available via Github. The trick here was to mung (“muhnj”) the data to produce a single plot of maximum windspeeds. ...
[Read more...]

The tenure of Doctor Who incarnations

August 3, 2013 | richierocks

With a new actor being announced tomorrow, it got me pondering about the good Doctor. Specifically, who is the longest serving doctor? IMDB has the data: Let’s plot it to see how it changes over time. There was a definite shift after Tom Baker towards a shorter term as ... [Read more...]

Uncertainty in parameter estimates using multilevel models

August 3, 2013 | andrew

David Hsu writes: I have a (perhaps) simple question about uncertainty in parameter estimates using multilevel models — what is an appropriate threshold for measure parameter uncertainty in a multilevel model? The reason why I ask is that I set out to do a crossed two-way model with two varying intercepts, ... [Read more...]

Gibbs Sampler in C++

August 3, 2013 | Rcpp Gallery

Markov Chain Monte Carlo (MCMC) is a popular simulation method. As it is somewhat demanding, it is also frequently used to benchmark different implementations or algorithms. One particular algorithm has been compared a number of times, starting with an article by Darren Wilkinson, and Darren’s follow–up article which ...
[Read more...]

Demand for R jobs on the rise, while SAS jobs decline

August 2, 2013 | David Smith

Job-tracking site indeed.com shows the rate at which certain terms appear in job advertisements. As you can see from the chart below, demand for R language skills is on the rise, while the number of SAS-related job postings peaked in late 2010 and has been declining steadily since early 2012. I ... [Read more...]

Dashboards in R with Shiny and GoogleVis

August 2, 2013 | nivangio

Previously on this post, I introduced limitedly some features of the Shiny package. However, I felt the need of doing a new post related to Dashboards due to many reasons: a) Shiny has changed most of its functions and the … Continue reading → [Read more...]

N armed bandit simulation

August 2, 2013 | fernando tenorio

As i learn more and more about machine learning and AI algorithms in general, i came across this book by Sutton & Barto, which is all about reinforcement learning. As i read through the action-value topic, it seemed a nice R-challenge, so here's the complete code: To test one greedy player ... [Read more...]

Model Scale Parameterization for MCMC Efficiency

August 1, 2013 | Lindons Log » R

I recently came across a very interesting paper by Y. Yu and X. Meng[1] who present an interweaving strategy between different model parameterizations to improve mixing. It is well known that different model parameterizations can perform better than others under certain conditions. Papaspiliopoulos, Roberts and Sköld [2] present a general ... [Read more...]
1 9 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)