Package org.djutils.math.means
package org.djutils.math.means
Compute various kinds of mean values.
 
 Copyright (c) 2013-2025 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
 
- 
ClassesClassDescriptionAbstractMean<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.