Package org.djutils.means
Class HarmonicMean<V extends Number,W extends Number>
- Type Parameters:
 V- value typeW- weight type
public class HarmonicMean<V extends Number,W extends Number> extends AbstractMean<HarmonicMean<V,W>,V,W>
Compute the harmonic (weighted) mean of a set of values.
 
 Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
- Version:
 - $Revision$, $LastChangedDate$, by $Author$, initial version Oct 26, 2018 
 - Author:
 - Alexander Verbraeck, Peter Knoppers, Wouter Schakel
 
- 
Constructor Summary
Constructors Constructor Description HarmonicMean() - 
Method Summary
 
- 
Constructor Details
- 
HarmonicMean
public HarmonicMean() 
 - 
 - 
Method Details