Uses of Package
org.apache.openejb.math.stat.descriptive

Packages that use org.apache.openejb.math.stat.descriptive
org.apache.openejb.math.stat.descriptive   
org.apache.openejb.math.stat.descriptive.moment   
org.apache.openejb.math.stat.descriptive.rank   
org.apache.openejb.math.stat.descriptive.summary   
 

Classes in org.apache.openejb.math.stat.descriptive used by org.apache.openejb.math.stat.descriptive
AbstractUnivariateStatistic
          Abstract base class for all implementations of the UnivariateStatistic interface.
DescriptiveStatistics
          Maintains a dataset of values of a single variable and computes descriptive statistics based on stored data.
StatisticalSummary
          Reporting interface for basic univariate statistics.
StorelessUnivariateStatistic
          Extends the definition of UnivariateStatistic with StorelessUnivariateStatistic.increment(double) and StorelessUnivariateStatistic.incrementAll(double[]) methods for adding values and updating internal state.
SynchronizedDescriptiveStatistics
          Implementation of DescriptiveStatistics that is safe to use in a multithreaded environment.
UnivariateStatistic
          Base interface implemented by all statistics.
 

Classes in org.apache.openejb.math.stat.descriptive used by org.apache.openejb.math.stat.descriptive.moment
AbstractStorelessUnivariateStatistic
          Abstract implementation of the StorelessUnivariateStatistic interface.
AbstractUnivariateStatistic
          Abstract base class for all implementations of the UnivariateStatistic interface.
StorelessUnivariateStatistic
          Extends the definition of UnivariateStatistic with StorelessUnivariateStatistic.increment(double) and StorelessUnivariateStatistic.incrementAll(double[]) methods for adding values and updating internal state.
UnivariateStatistic
          Base interface implemented by all statistics.
WeightedEvaluation
          Weighted evaluation for statistics.
 

Classes in org.apache.openejb.math.stat.descriptive used by org.apache.openejb.math.stat.descriptive.rank
AbstractStorelessUnivariateStatistic
          Abstract implementation of the StorelessUnivariateStatistic interface.
AbstractUnivariateStatistic
          Abstract base class for all implementations of the UnivariateStatistic interface.
StorelessUnivariateStatistic
          Extends the definition of UnivariateStatistic with StorelessUnivariateStatistic.increment(double) and StorelessUnivariateStatistic.incrementAll(double[]) methods for adding values and updating internal state.
UnivariateStatistic
          Base interface implemented by all statistics.
 

Classes in org.apache.openejb.math.stat.descriptive used by org.apache.openejb.math.stat.descriptive.summary
AbstractStorelessUnivariateStatistic
          Abstract implementation of the StorelessUnivariateStatistic interface.
AbstractUnivariateStatistic
          Abstract base class for all implementations of the UnivariateStatistic interface.
StorelessUnivariateStatistic
          Extends the definition of UnivariateStatistic with StorelessUnivariateStatistic.increment(double) and StorelessUnivariateStatistic.incrementAll(double[]) methods for adding values and updating internal state.
UnivariateStatistic
          Base interface implemented by all statistics.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.