Uses of Class
org.anchoranalysis.math.statistics.VarianceCalculatorLong
Packages that use VarianceCalculatorLong
Package
Description
Data structures and algorithms to calculate statistics.
-
Uses of VarianceCalculatorLong in org.anchoranalysis.math.statistics
Methods in org.anchoranalysis.math.statistics that return VarianceCalculatorLongModifier and TypeMethodDescriptionVarianceCalculatorLong.subtract
(VarianceCalculatorLong toSubtract) Subtracts the running-sums and count from anotherVarianceCalculatorLong
from the current object's state.Methods in org.anchoranalysis.math.statistics with parameters of type VarianceCalculatorLongModifier and TypeMethodDescriptionVarianceCalculatorLong.subtract
(VarianceCalculatorLong toSubtract) Subtracts the running-sums and count from anotherVarianceCalculatorLong
from the current object's state.