Uses of Class
net.sf.jagg.TwoPropAggregator

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

Uses of TwoPropAggregator in net.sf.jagg
 

Subclasses of TwoPropAggregator in net.sf.jagg
 class AbstractCovarianceAggregator
          This abstract class represents covariance-like aggregator calculations over numeric values.
 class CorrelationAggregator
          This class represents the "coefficient of correlation" aggregator over two sets of numeric values.
 class CovarianceAggregator
          This class represents the "sample covariance" aggregator over two sets of numeric values.
 class CovariancePopAggregator
          This class represents the "population covariance" aggregator over two sets of numeric values.
 class LinearRegressionAggregator
          This class represents the "linear regression" aggregator over two sets of numeric values.
 class PercentileAggregator
          This class allows represents the "percentile" aggregator over numeric values.
 



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