rolling-quantiles VS node-faststats

Compare rolling-quantiles vs node-faststats and see what are their differences.

rolling-quantiles

Blazing fast, composable, Pythonic quantile filters. (by marmarelis)

node-faststats

Quickly calculate statistics of a running stream of data (by bluesmoon)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rolling-quantiles node-faststats
2 1
133 191
- -
2.0 0.0
12 months ago over 3 years ago
C JavaScript
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rolling-quantiles

Posts with mentions or reviews of rolling-quantiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-14.

node-faststats

Posts with mentions or reviews of node-faststats. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-14.
  • How percentile approximation works (and why it's more useful than averages)
    8 projects | news.ycombinator.com | 14 Sep 2021
    This is exactly the algorithm we developed at LogNormal (now part of Akamai) 10 years ago for doing fast, low-memory percentiles on large datasets.

    It's implemented in this Node library: https://github.com/bluesmoon/node-faststats

    Side note: I wish everyone would stop using the term Average to refer to the Arithmetic mean. "Average" just means some statistic used to summarize a dataset. It could be the Arithmetic Mean, Median, Mode(s), Geometric Mean, Harmonic Mean, or any of a bunch of other statistics. We're stuck with AVG because that's the function used by early databases and Lotus 123.

What are some alternatives?

When comparing rolling-quantiles and node-faststats you can also consider the following projects:

t-digest - A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means

timescale-analytics - Extension for more hyperfunctions, fully compatible with TimescaleDB and PostgreSQL 📈

LiveStats - Online Statistical Algorithms for Python

Folly - An open-source C++ library developed and used at Facebook.