Uses of Class
org.hipparchus.stat.descriptive.moment.SemiVariance
-
Packages that use SemiVariance Package Description org.hipparchus.stat.descriptive.moment Summary statistics based on moments. -
-
Uses of SemiVariance in org.hipparchus.stat.descriptive.moment
Methods in org.hipparchus.stat.descriptive.moment that return SemiVariance Modifier and Type Method Description SemiVarianceSemiVariance. copy()Returns a copy of the statistic with the same internal state.SemiVarianceSemiVariance. withBiasCorrected(boolean isBiasCorrected)Returns a copy of this instance with the given biasCorrected setting.SemiVarianceSemiVariance. 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 SemiVariance Constructor Description SemiVariance(SemiVariance original)Copy constructor, creates a newSemiVarianceidentical to theoriginal.
-