davharris/Heraclitus: Compute Streaming (Online) Moments

Compute the mean and variance of a data stream as it is made available, without storing the entire stream. Welford's one-pass algorithm is used for computing the variance in a numerically stable way. Some code has been translated from the 'StreamStats.jl' package by John Myles White.

Getting started

Package details

AuthorDavid J. Harris
MaintainerDavid J. Harris <dave@harris-research.me>
LicenseMIT + file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("davharris/Heraclitus")
davharris/Heraclitus documentation built on May 14, 2019, 9:27 p.m.