Uses of Class
org.hipparchus.stat.descriptive.moment.SemiVariance
-
Uses of SemiVariance in org.hipparchus.stat.descriptive.moment
Modifier and TypeMethodDescriptionSemiVariance.copy()
Returns a copy of the statistic with the same internal state.SemiVariance.withBiasCorrected
(boolean isBiasCorrected) Returns a copy of this instance with the given biasCorrected setting.SemiVariance.withVarianceDirection
(SemiVariance.Direction direction) Returns a copy of this instance with the given direction setting.ModifierConstructorDescriptionSemiVariance
(SemiVariance original) Copy constructor, creates a newSemiVariance
identical to theoriginal
.