Searched defs:skewnessImpl (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DDescriptiveStatistics.java100 private UnivariateStatistic skewnessImpl = new Skewness(); field in class:DescriptiveStatistics
240 return apply(skewnessImpl);
606 return skewnessImpl;
612 * @param skewnessImpl the UnivariateStatistic instance to use
617 UnivariateStatistic skewnessImpl) {
618 this.skewnessImpl = skewnessImpl;
718 dest.skewnessImpl = source.skewnessImpl;
616 setSkewnessImpl( UnivariateStatistic skewnessImpl) argument
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 152 milliseconds