Package org.djutils.means
package org.djutils.means
Compute various kinds of mean values.
Copyright (c) 2013-2024 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
-
ClassDescriptionAbstractMean<MT,
V extends Number, W extends Number> Methods and fields common to all implementations of Mean.Compute arithmetic (weighted) mean of a set of values.Compute the geometric (weighted) mean of a set of values.Compute the harmonic (weighted) mean of a set of values.