net.kwfgrid.gwes.workflowanalyzer
Class DoubleDistribution
java.lang.Object
net.kwfgrid.gwes.workflowanalyzer.DoubleDistribution
public class DoubleDistribution
- extends Object
- Version:
- $Id: DoubleDistribution.java 1540 2011-08-17 13:30:37Z hoheisel $
- Author:
- Andreas Hoheisel
(www.andreas-hoheisel.de), Dietmar Sommerfeld / GWDG
DoubleDistribution
public DoubleDistribution()
DoubleDistribution
public DoubleDistribution(long number,
double mean,
double stdDeviation,
double expSmooth,
double min,
double max)
put
public void put(double value)
add
public void add(DoubleDistribution distribution)
getNumber
public long getNumber()
getMean
public double getMean()
getSumSquare
public double getSumSquare()
getStdDeviation
public double getStdDeviation()
getExpSmooth
public double getExpSmooth()
getMin
public double getMin()
getMax
public double getMax()
toString
public String toString()
- Overrides:
toString in class Object
clone
public Object clone()
- Overrides:
clone in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.