Skip to content

sharpobject/runningstats

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

runningstats

Streaming/distributed central moments

So like maybe you have a lot of data, and you want to know the central moments or just the skewness or something, it would suck to have to put it all in one place or iterate through it multiple times. This thing lets you calculate the central moments and stuff in one pass, maybe even dividing your dataset across many machines and adding together the results from each machine very quickly. Nice!

This code is based on this paper: http://prod.sandia.gov/techlib/access-control.cgi/2008/086212.pdf

About

Streaming/distributed central moments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages