Package org.anchoranalysis.math.arithmetic
package org.anchoranalysis.math.arithmetic
Performing primitive type conversion, counting and summing.
-
ClassesClassDescriptionA simple counter that increments.Utilities for arithmetic operations involving type
double
.Utilities for arithmetic operations involving typefloat
.Mutable class that allows for incrementing jointly sum and count variables, so as to eventually calculate the mean.A collection ofRunningSum
where an operation is executed on all objects in the collection.Like aRunningSum
but also remembers the mean and max across all the added values.