January 2013

Setting up emacs org-mode babel for R on Ubuntu

January 7, 2013 | kariert

I installed org-mode seperately, since I had troubles with its default setting (similar to the problems described here). sudo apt-get install org-mode Next I download and installed ESS cd ~/.emacs.d/ wget http://ess.r-project.org/downloads/ess/ess-12.09-1.zip unzip ess-12.09-1.zip rm ess-12.09-1.zip Finally ... [Read more...]

R/Finance 2013: May 17-18 in Chicago

January 7, 2013 | David Smith

This year's R/Finance conference on applied finance with R is scheduled for May 17-18 in Chicago, and promises once again to be the go-to conference for anyone using R in the finance industry. The keynote speakers have been announced, and it's a great lineup: Sanjiv Das, Professor of Finance ... [Read more...]

Breaking the rules with spatial correlation

January 7, 2013 | beckmw

Students in any basic statistics class are taught linear regression, which is one of the simplest forms of a statistical model. The basic idea is that a ‘response’ variable can be mathematically related to one or any number of ‘explanatory’ variables through a linear equation and a normally distributed error ... [Read more...]

Don’t R alone! A guide to tools for collaboration with R

January 7, 2013 | Noam Ross

This a brief guide to using R in collaborative, social ways. R is a powerful open-source programming language for data analysis, statistics, and visualization, but much of its power derives from a large, engaged community of users. This is an introduction to tools for engaging the community to improve your ... [Read more...]

Symbolic Differentiation in Julia

January 7, 2013 | John Myles White

A Brief Introduction to Metaprogramming in Julia In contrast to my previous post, which described one way in which Julia allows (and expects) the programmer to write code that directly employs the atomic operations offered by computers, this post is meant to introduce newcomers to some of Julia’s higher ... [Read more...]

Comment: Search and Replace

January 7, 2013 | Xachriel

A post in R bloggers caught my attention this morning. The main idea was that how can you change objects in a string. For example given a basket of fruits we would like to change apples to bananas by using R and the ifelse funtion. There are two main solutions ... [Read more...]

Software Signals

January 7, 2013 | Carlisle Rainey

This blog post by Sean Taylor generated quite a stir. He discussed the signals one sends by using certain software packages and seems to think that R users are more competent. The reactions ranged from amusement to bashing. In defense of hard to learn statistical tools, i.e. #rstats prsm.... [Read more...]

Market predictions for year 2013

January 7, 2013 | Pat

Calibrations of 2013 predictions for 18 equity indices — plus some publicly available predictions. Orientation The distributions are an attempt to see the variability if there were no market-driving news for the whole year. Another way of thinking: mentally moving the distribution to center on a prediction gives a sense of the variability ... [Read more...]

Using the Rcpp sugar function clamp

January 7, 2013 | Rcpp Gallery

Since the 0.10.* release series, Rcpp contains a new sugar function clamp which can be used to limit vectors to both a minimum and maximim value. This recent StackOverflow question permitted clamp to shine. We retake some of the answers, including the ... [Read more...]

Internal Consistency Reliability in R with Lambda4

January 6, 2013 | jackstat

For the last year I have been developing a package “Lambda4” to improve internal consistency reliability estimation.  In the package’s conception my primary concern centered on H.G. Osburn’s maximized lambda4 estimator.  Despite a very thorough search I could not find a stats package that could utilized Osburn’... [Read more...]

Demonstrating Confidence Intervals with Shiny

January 6, 2013 | jackstat

For the introductory statistic student confidence intervals can seem a daunting concept to grasp.  Quite simply put it is an interval that we have a certain measure of confidence that the population parameter falls into.  The 95% confidence is the most common value chosen in my academic circle.  Nevertheless, many others ... [Read more...]

2012 Summary and 2013 Plans

January 6, 2013 | ivannp

2012 was a very important year for me. It was my first full year of trading only pure quantitative strategies. It was a very successful year as well, despite the fact that the S&P 500 returned 16% (including dividends) – a tough to beat benchmark. The strategy I use on the SPY, for ... [Read more...]

More Principal Components Fun

January 6, 2013 | systematicinvestor

Today, I want to continue with the Principal Components theme and show how the Principal Component Analysis can be used to build portfolios that are not correlated to the market. Most of the content for this post is based on the excellent article, “Using PCA for spread trading” by Jev ... [Read more...]
1 12 13 14 15 16 17

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)