Package org.anchoranalysis.math.arithmetic


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