September 2016

Forecast intervals for aggregates

September 14, 2016 | R on Rob J Hyndman

A common problem is to forecast the aggregate of several time periods of data, using a model fitted to the disaggregated data. For example, you may have monthly data but wish to forecast the total for the next year. Or you may have weekly data, and wan... [Read more...]

Mapping global venture capital investment

September 14, 2016 | Sharp Sight Labs

Claims of “the end of geography” and the flatness of the world notwithstanding, place still matters today. Discussing why place matters is somewhat beyond the scope of this post, so I will direct you to the excellent work of Parag Khanna and his book Connectography. To put it simply, the ... [Read more...]

RServe Java example program

September 13, 2016 | Mithil Shah

Setup The steps to install and start RServe are shown in the previous tutorial. This tutorial explains how to create The post RServe Java example program appeared first on StudyTrails. [Read more...]

2016-12 ‘DOM’ Version 0.2

September 13, 2016 | pmur002

This report describes changes in version 0.2 of the ‘DOM’ package for R. Version 0.1 of ‘DOM’ allowed HTML content to be added to a web page (or removed or modified); version 0.2 adds the ability to append SVG content to a web page. Paul Murrell Download [Read more...]

2016-12 ‘DOM’ Version 0.2

September 13, 2016 | pmur002

This report describes changes in version 0.2 of the ‘DOM’ package for R. Version 0.1 of ‘DOM’ allowed HTML content to be added to a web page (or removed or modified); version 0.2 adds the ability to append SVG content … Continue reading → [Read more...]

Forecasting Opportunities

September 13, 2016 | quintuitive

The previous post in this series, showed a way to identify trading opportunities. The approach I implemented used time series daily data to identify good entry points in terms of risk-reward. The natural next step is to try to make use of these opportunities using machine learning. To refresh: the ...
[Read more...]

Announcing the simputation package: make imputation simple

September 13, 2016 | mark

I am happy to announce that my simputation package has appeared on CRAN this weekend. This package aims to simplify missing value imputation. In particular it offers standardized interfaces that make it easy to define both imputation method and imputation … Continue reading → [Read more...]

New Version of the OpenStreetMap R Pacakge

September 13, 2016 | Ian

A new version of the OpenStreetMap package has been released to CRAN. OpenStreetMap 0.3.3 contains several minor improvements. I've removed the CloudMade tile set types, as they seem to have gone out of business. MapQuest has also been removed as they have moved to a new API. The mapbox type has ... [Read more...]

Independent t test in R

September 13, 2016 | Sammy Ngugi

The independent t test is used to test if there is any statistically significant difference between two means. Use of an independent t test requires several assumptions to be satisfied. The assumptions are listed below The variables are continuous and independent The variables are normally distributed The variances in each ... [Read more...]

New features in imager 0.30

September 13, 2016 | Simon Barthelme

imager is an R package for image processing, based on CImg. This new release brings many new features, including: Support for automatic parallel processing using OpenMP. A new S3 class, imlist, which makes it easy to work with image lists New functions for interactively selecting image regions (grabRect,grabPoint,grabLine) ... [Read more...]

Creating an animation using R

September 12, 2016 | Rene Essomba

In this post, I will show you how to create an animation using R and ffmpeg. The idea to do so is pretty simple: Generate a number of snapshots Combine them in a video file using ffmpeg The best way to learn about the art of animation is by doing ... [Read more...]
1 6 7 8 9 10 13

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)