Uses of Interface
org.apache.commons.statistics.descriptive.RangeBiFunction
Packages that use RangeBiFunction
Package
Description
Implementations of univariate statistics.
-
Uses of RangeBiFunction in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as RangeBiFunctionModifier and TypeFieldDescriptionprivate 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 RangeBiFunctionModifier and TypeMethodDescriptionprivate static <R,S, T> T DoubleStatistics.Builder.create(RangeBiFunction<R, S, T> constructor, R r, S s, int from, int to) Creates the object from the valuesrands.