net.kwfgrid.gwes.workflowanalyzer
Class DoubleDistribution

java.lang.Object
  extended by 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

Constructor Summary
DoubleDistribution()
           
DoubleDistribution(long number, double mean, double stdDeviation, double expSmooth, double min, double max)
           
 
Method Summary
 void add(DoubleDistribution distribution)
           
 Object clone()
           
 boolean equals(Object o)
           
 double getExpSmooth()
           
 double getMax()
           
 double getMean()
           
 double getMin()
           
 long getNumber()
           
 double getStdDeviation()
           
 double getSumSquare()
           
 int hashCode()
           
 void put(double value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleDistribution

public DoubleDistribution()

DoubleDistribution

public DoubleDistribution(long number,
                          double mean,
                          double stdDeviation,
                          double expSmooth,
                          double min,
                          double max)
Method Detail

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.