Uses of Class
org.apache.commons.math3.stat.descriptive.moment.StandardDeviation

Packages that use StandardDeviation
org.apache.commons.math3.stat.descriptive.moment Summary statistics based on moments. 
 

Uses of StandardDeviation in org.apache.commons.math3.stat.descriptive.moment
 

Methods in org.apache.commons.math3.stat.descriptive.moment that return StandardDeviation
 StandardDeviation StandardDeviation.copy()
          Returns a copy of the statistic with the same internal state.
 

Methods in org.apache.commons.math3.stat.descriptive.moment with parameters of type StandardDeviation
static void StandardDeviation.copy(StandardDeviation source, StandardDeviation dest)
          Copies source to dest.
 

Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type StandardDeviation
StandardDeviation(StandardDeviation original)
          Copy constructor, creates a new StandardDeviation identical to the original
 



Copyright © 2017 CNES. All Rights Reserved.