Uses of Class
org.hipparchus.stat.descriptive.moment.StandardDeviation
-
Uses of StandardDeviation in org.hipparchus.stat.descriptive.moment
Modifier and TypeMethodDescriptionStandardDeviation.copy()
Returns a copy of the statistic with the same internal state.StandardDeviation.withBiasCorrection
(boolean biasCorrection) Returns a new copy of this standard deviation with the given bias correction setting.ModifierConstructorDescriptionStandardDeviation
(StandardDeviation original) Copy constructor, creates a newStandardDeviation
identical to theoriginal
.