Uses of Class
org.hipparchus.stat.descriptive.moment.SemiVariance
Packages that use SemiVariance
-
Uses of SemiVariance in org.hipparchus.stat.descriptive.moment
Methods in org.hipparchus.stat.descriptive.moment that return SemiVarianceModifier 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.Constructors in org.hipparchus.stat.descriptive.moment with parameters of type SemiVarianceModifierConstructorDescriptionSemiVariance(SemiVariance original) Copy constructor, creates a newSemiVarianceidentical to theoriginal.