Package org.anchoranalysis.math.arithmetic
Performing primitive type conversion, counting and summing.
-
Class Summary Class Description Counter A simple counter that increments.DoubleUtilities Utilities for arithmetic operations involving typedouble.FloatUtilities Utilities for arithmetic operations involving typefloat.RunningSum Mutable class that allows for incrementing jointly sum and count variables, so as to eventually calculate the mean.RunningSumCollection A collection ofRunningSumwhere an operation is executed on all objects in the collection.RunningSumExtrema Like aRunningSumbut also remembers the mean and max across all the added values.