Uses of Class
org.apache.commons.math3.stat.descriptive.moment.StandardDeviation
Packages that use StandardDeviation
Package
Description
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 StandardDeviationModifier and TypeMethodDescriptionStandardDeviation.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 StandardDeviationModifier and TypeMethodDescriptionstatic void
StandardDeviation.copy
(StandardDeviation source, StandardDeviation dest) Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type StandardDeviationModifierConstructorDescriptionStandardDeviation
(StandardDeviation original) Copy constructor, creates a newStandardDeviation
identical to theoriginal