Uses of Class
net.sf.jagg.DoubleDouble

Packages that use DoubleDouble
net.sf.jagg Provides the classes and API necessary to perform aggregate operations. 
 

Uses of DoubleDouble in net.sf.jagg
 

Fields in net.sf.jagg declared as DoubleDouble
protected  DoubleDouble AbstractVarianceAggregator.mySum
          A running total of items processed so far for the given property.
protected  DoubleDouble AbstractCovarianceAggregator.mySum1
          A running sum of items processed so far for the FIRST property.
protected  DoubleDouble AbstractCovarianceAggregator.mySum2
          A running sum of items processed so far for the SECOND property.
protected  DoubleDouble AbstractVarianceAggregator.myVarNumerator
          A running total of the variance, before it is divided by the denominator in the variance calculation.
protected  DoubleDouble AbstractCovarianceAggregator.myVarNumerator
          A running total of the variance, before it is divided by the denominator in the variance calculation.
static DoubleDouble DoubleDouble.NaN
          The DoubleDouble NaN (Not a Number), immutable.
static DoubleDouble DoubleDouble.ZERO
          The DoubleDouble zero, immutable.
 

Methods in net.sf.jagg that return DoubleDouble
 DoubleDouble VariancePopAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble VarianceAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble SumAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble StdDevPopAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble StdDevAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble ProductAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble PercentileAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble HarmonicMeanAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble GeometricMeanAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble CovariancePopAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble CovarianceAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble CorrelationAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble AvgAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 DoubleDouble Aggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
abstract  DoubleDouble AbstractVarianceAggregator.terminateDoubleDouble()
          Return the result as a DoubleDouble.
 

Methods in net.sf.jagg with parameters of type DoubleDouble
 void DoubleDouble.addToSelf(DoubleDouble dd)
          Adds another DoubleDouble to this one.
 int DoubleDouble.compareTo(DoubleDouble other)
          Returns an integer less than zero, equal to zero, or greater than zero, depending on whether this compares less than, equal to, or greather than another DoubleDouble.
 void DoubleDouble.divideSelfBy(DoubleDouble dd)
          Divides self by a DoubleDouble.
 void DoubleDouble.multiplySelfBy(DoubleDouble dd)
          Multiplies self by another DoubleDouble.
 void DoubleDouble.subtractFromSelf(DoubleDouble dd)
          Subtracts another DoubleDouble from this one.
 

Constructors in net.sf.jagg with parameters of type DoubleDouble
DoubleDouble(DoubleDouble dd)
          Copy constructor.
 



Copyright © 2010-2013 jAgg Team. All Rights Reserved.