Package org.anchoranalysis.math.statistics
package org.anchoranalysis.math.statistics
Data structures and algorithms to calculate statistics.
-
ClassesClassDescriptionStores the mean and scale for a distribution.Calculates variance efficiently, as successive values are added, using
double
to store sums internally.Calculates variance efficiently, as successive values are added, usinglong
to store sums internally.Calculates a Z-Score.