Package org.apache.commons.math4.stat.descriptive.summary

Other summary statistics.
  • Class Summary 
    Class Description
    Product
    Returns the product of the available values.
    Sum
    Returns the sum of the available values.
    SumOfLogs
    Returns the sum of the natural logs for this collection of values.
    SumOfSquares
    Returns the sum of the squares of the available values.