Uses of Class
net.sf.jagg.AbstractVarianceAggregator

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

Uses of AbstractVarianceAggregator in net.sf.jagg
 

Subclasses of AbstractVarianceAggregator in net.sf.jagg
 class StdDevAggregator
          This class represents the "sample standard deviation" aggregator over numeric values.
 class StdDevPopAggregator
          This class represents the "population standard deviation" aggregator over numeric values.
 class VarianceAggregator
          This class represents the "sample variance" aggregator over numeric values.
 class VariancePopAggregator
          This class represents the "population variance" aggregator over numeric values.
 



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