bisq/common
Dominykas Mostauskis edec698573
Provide an online standard deviation algorithm
This provides an efficient way to calculate the standard deviation from
a DoubleStream, and is to be used in measuring whether or not a data
point on a chart axis is an inlier.

The Kahan summation algorithm is in a slightly different style, because
it's a faithful copy of its implementation in JDK 11's
DoubleSummaryStatistics.
2020-01-18 15:22:03 +02:00
..
src Provide an online standard deviation algorithm 2020-01-18 15:22:03 +02:00