Uses of Class
org.anchoranalysis.math.statistics.VarianceCalculatorLong
| Package | Description |
|---|---|
| org.anchoranalysis.math.statistics |
Data structures and algorithms to calculate statistics.
|
-
Uses of VarianceCalculatorLong in org.anchoranalysis.math.statistics
Methods in org.anchoranalysis.math.statistics that return VarianceCalculatorLong Modifier and Type Method Description VarianceCalculatorLongVarianceCalculatorLong. subtract(VarianceCalculatorLong toSubtract)Subtracts the running-sums and count from anotherVarianceCalculatorLongfrom the current object's state.Methods in org.anchoranalysis.math.statistics with parameters of type VarianceCalculatorLong Modifier and Type Method Description VarianceCalculatorLongVarianceCalculatorLong. subtract(VarianceCalculatorLong toSubtract)Subtracts the running-sums and count from anotherVarianceCalculatorLongfrom the current object's state.