Learn R Programming

⚠️There's a newer version (0.3.1) of this package.Take me there.

RcppRoll (version 0.1.0)

Fast rolling functions through Rcpp and RcppArmadillo

Description

RcppRoll supplies fast functions for 'roll'ing over vectors and matrices, e.g. rolling means, medians and variances. It also provides the utility functions 'rollit' and 'rollit_raw' as an interface for generating your own C++ backed rolling functions.

Copy Link

Version

Install

install.packages('RcppRoll')

Monthly Downloads

30,585

Version

0.1.0

License

GPL (>= 2)

Maintainer

Kevin Ushey

Last Published

January 15th, 2013

Functions in RcppRoll (0.1.0)

rollit

Generate your own Weighted C++ Roll Function
roll_prod

Rolling Prod
roll_sd

Rolling Sd
roll_max

Rolling Max
roll_sum

Rolling Sum
roll_min

Rolling Min
roll_mean

Rolling Mean
roll_median

Rolling Median
rollit_example

'rollit' Output -- Example Function
get_rollit_source

Get and Edit Source File Associated with User-Generated 'rollit' Function
RcppRoll

RcppRoll
rollit_raw

Generate your own Weighted C++ Roll Function
roll_var

Rolling Var