Package org.djutils.means
Class ArithmeticMean<V extends Number,W extends Number>
- Type Parameters:
V
- value typeW
- weight type
public class ArithmeticMean<V extends Number,W extends Number>
extends AbstractMean<ArithmeticMean<V,W>,V,W>
Compute arithmetic (weighted) mean of a set of values.
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Details
-
ArithmeticMean
public ArithmeticMean()
-
-
Method Details
-
getMean
public final double getMean()Description copied from class:AbstractMean
Returns the weighted mean of accumulated data. -
addImpl
Description copied from class:AbstractMean
Adds a value with weight. -
toString
-