Uses of Class
de.lmu.ifi.dbs.elki.math.Mean

Packages that use Mean
de.lmu.ifi.dbs.elki.math Mathematical operations and utilities used throughout the framework. 
 

Uses of Mean in de.lmu.ifi.dbs.elki.math
 

Subclasses of Mean in de.lmu.ifi.dbs.elki.math
 class MeanVariance
          Do some simple statistics (mean, variance) using a numerically stable online algorithm.
 

Methods in de.lmu.ifi.dbs.elki.math that return Mean
static Mean[] Mean.newArray(int dimensionality)
          Create and initialize a new array of MeanVariance
 

Methods in de.lmu.ifi.dbs.elki.math with parameters of type Mean
 void MeanVariance.put(Mean other)
          Join the data of another MeanVariance instance.
 void Mean.put(Mean other)
          Join the data of another MeanVariance instance.
 

Constructors in de.lmu.ifi.dbs.elki.math with parameters of type Mean
Mean(Mean other)
          Constructor from other instance
 


Release 0.4.0 (2011-09-20_1324)