Uses of Class
org.apache.commons.math.stat.descriptive.moment.SemiVariance
-
Packages that use SemiVariance Package Description org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments. -
-
Uses of SemiVariance in org.apache.commons.math.stat.descriptive.moment
Methods in org.apache.commons.math.stat.descriptive.moment that return SemiVariance Modifier and Type Method Description SemiVarianceSemiVariance. copy()Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math.stat.descriptive.moment with parameters of type SemiVariance Modifier and Type Method Description static voidSemiVariance. copy(SemiVariance source, SemiVariance dest)Copies source to dest.Constructors in org.apache.commons.math.stat.descriptive.moment with parameters of type SemiVariance Constructor Description SemiVariance(SemiVariance original)Copy constructor, creates a newSemiVarianceidentical to theoriginal
-