A Rust library for solving common maritime navigation tasks.
Package to compute statistics to study systems stability
A simple tool used to get the standard deviation from the cli.
A Rust crate for validating the structural integrity between the GrowerTreeConfiguration and its corresponding Skeleton. It detects and categorizes deviations in depth, breadth, and probability distributions using numeric data.
allan variance and deviation
Dead simple implementation of Discrete Kalman filter for object tracking purposes
a crate for doing math on a list including average, smallest, largest, and standard deviation
Population and sample standard deviation helpers over f64 slices.
A crate for calculating Allan-like deviations and other time and frequency stability statistics functions.
A rust library for communicating with Exail devices through their binary protocol
LevelDB-compatible fixed-bucket histogram for fast online statistics (min, max, average, percentiles, standard deviation) and mergeable distributions, used by bitcoinleveldb within bitcoin-rs.
Driver async no_std pour capteur à effet Hall linéaire analogique OPEN-SMART (RP2040/RP235x).
An implementation of the standard deviation calculation in C, with much better performance (50x-100x) than using pure ruby.
Calculates standard deviation.
Using redis, allows statistics calculations on a streaming set of data without storing every value
Descriptive Statistics Calculator
Zipfy calculates word distribution in text files or strings and their deviation from Zipf's law
Adds simple stats like average, variance and standard deviation to Enumerable
Math statitics methods for sum, mean, median, mode, variance, deviation, etc.
This class uses Kalman Filter updating to tally sample mean and sum of squared deviations from the average, along with min, max, and sample size. Sample variance, standard deviation, and standard error are calculated on demand.
Get methods like sum, average, standard deviation and more applied to arrays.
This gem allows to calculate the correlation of two variables (called vectors), the standard deviation and the covariance.
Run simple (sequencial) tests on a collection of urls to determine average, stardard deviation and median connection times
A collection of BigDecimal items e.g. invoice items can be rounded for displaying them in views. Rounding may apply a rounding error to the items such as the summed up rounded items will show deviation towards an invoice total with summed unrounded items. Which might cause confusion for customers and finance departments alike. Application of the largest remainder method can help to preserve the total sum for fractionated parts thus eliminating this confusion.