Uses of Interface
org.apache.commons.statistics.descriptive.RangeBiFunction
-
Packages that use RangeBiFunction Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of RangeBiFunction in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as RangeBiFunction Modifier and Type Field Description private RangeBiFunction<org.apache.commons.numbers.core.Sum,double[],FirstMoment>DoubleStatistics.Builder. momentThe moment constructor.Methods in org.apache.commons.statistics.descriptive with parameters of type RangeBiFunction Modifier and Type Method Description private static <R,S,T>
TDoubleStatistics.Builder. create(RangeBiFunction<R,S,T> constructor, R r, S s, int from, int to)Creates the object from the valuesrands.
-