Skip to content

peleonard/RcppMovStat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RcppMovStat

This package provides several efficient functions to calculate common moving (or rolling, running) statistics for both evenly and unevenly spaced time series: moving average, moving median, moving maximum (minimum), and so on. Built on 'C++', these functions are apparently more efficient than those written in a traditional 'R' way and also faster than others using package 'Rcpp'.

Install me with devtools:

install_github("peleonard/RcppMovStat")

Releases

No releases published

Packages

No packages published