May 2010

robot (SPX) DNA Management Techniques

May 18, 2010 | Milk Trader

Yes, this is related to trading, but no, it is not my thesis on why the Euro is going to parity. Instead, it is sort of a workshop for robot(SPX) developers on how to organize their digital DNA. As you begin to use programming as a money extraction tool ...
[Read more...]

Confusing slice sampler

May 18, 2010 | xi'an

Most embarrassingly, Liaosa Xu from Virginia Tech sent the following email almost a month ago and I forgot to reply: I have a question regarding your example 7.11 in your book Introducing Monte Carlo Methods with R.  To further decompose the uniform simulation by sampling a and b step by step, ...
[Read more...]

R: Dueling normals

May 18, 2010 | Matt Asher

More playing around with R. To create the graph above, I sampled 100 times from two different normal distributions, then plotted the ratio of times that the first distribution beat the second one on the y-axis. The second distribution always had a mean of 0, the mean of first distribution went from 0 ... [Read more...]

Parallel Computing with R for Life Sciences

May 18, 2010 | David Smith

I hadn't heard of the CloudAsia 2010 conference before, but from the programme the workshop Master Class on HPC Application For Life Sciences looked like it was interesting. One workshop session in particular caught my eye: Practical Parallel Computing in R by Xie Chao and Tan Tin Wee (from the National ... [Read more...]

Prototype: Web-Friendly Visualizations in R

May 18, 2010 | Wojciech Gryc

Developing web-friendly data visualizations is not very difficult, though as far as I know, a package that allows one to do this directly in R does not exist (e-mail me if you know of one). As someone who has been developing lots of data-oriented software tools, it's always nice to ... [Read more...]

JAGS 2.1.0 and rjags 2.1.0 are released

May 17, 2010 | Martyn

JAGS 2.1.0 is now available from Sourceforge.  You will find the source as well as binary packages for Windows and Mac OS X. Binary packages for Debian are available through the usual Debian channels, and packages for RPM-based Linux distributions … Continue reading → [Read more...]

House Mountain Hike

May 17, 2010 | Matt Shotwell

My wife Mary and my Dad Wesley and I took a hike this weekend (5/14/10) to the House Mountain state recreation area in Knox county, Tennessee. The hike was about 3.8 miles with a total elevation gain of around 1000 feet (940.23ft by GPS). The plot below gives the elevation profile over the ...
[Read more...]

Random sudokus [test]

May 17, 2010 | xi'an

Robin Ryder pointed out to me that 3 is indeed the absolute minimum one could observe because of the block constraint (bon sang, mais c’est bien sûr !). The distribution of the series of 3 digits being independent over blocks, the theoretical distribution under uniformity can easily be simulated: #uniform distribution ...
[Read more...]

Rcpp 0.8.0

May 17, 2010 | Thinking inside the box

Romain and I are happy to announce the release of Rcpp version 0.8.0. It has been uploaded to CRAN. A Debian upload is delayed until the now-required inline package is accepted into Debian. The source package is also available from here. This rel... [Read more...]

Lambda Distribution

May 17, 2010 | rmetrics

[This article was first published on Rmetrics blogs, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your [Read more...]

Index of the R-Sessions

May 17, 2010 | Rense Nieuwenhuis

The R-Sessions are a series of blog entries on using R. A large part consists of an R-manual I once wrote. Other posts include some tricks I found out, as well as entries detailing functions and packages I wrote for ... [Read more...]

Hitting the Big Data Ceiling in R

May 16, 2010 | Ryan Rosario

As a true R fan, I like to believe that R can do anything, no matter how big, how small or how complicated: there is some way to do it in R. I decided to approach my large, sparse matrix problem with this attitude. But here I sit a broken ... [Read more...]

Graphing using R

May 16, 2010 | Stubborn Mule

Long-time readers of the Stubborn Mule will know that charts are a regular feature here. Almost all of these charts were produced using the R statistical software package which, in my view, produces far superior results to the most commonly used graphing tool: Excel. As a community service to help ...
[Read more...]

Emulating Internet Traffic in Load Tests

May 15, 2010 | Neil Gunther

One of the recurring questions in the GCaP class last week was: How can we make web-application load tests more representative of real Internet traffic? The sticking point is that conventional load-test simulators like LoadRunner, JMeter, and httperf, ...
[Read more...]

Typo in Bayesian Core [again]

May 15, 2010 | xi'an

Reza Seirafi from Virginia Tech sent me the following email about Bayesian Core, which alas is pointing out a real typo in the reversible jump acceptance probability for the mixture model: With respect to the expression provided on page 178 for the acceptance probability of the split move, I was wondering ...
[Read more...]

Linear regression models with robust parameter estimation

May 15, 2010 | Ralph

There are situations in regression modelling where robust methods could be considered to handle unusual observations that do not follow the general trend of the data set. There are various packages in R that provide robust statistical methods which are summarised on the CRAN Robust Task View. As an example ... [Read more...]
1 3 4 5 6 7 9

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)