Uses of Class
org.apache.commons.statistics.descriptive.Product
Packages that use Product
Package
Description
Implementations of univariate statistics.
-
Uses of Product in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return ProductModifier and TypeMethodDescriptionstatic ProductProduct.create()Creates an instance.static ProductProduct.of(double... values) Returns an instance populated using the inputvalues.static ProductProduct.of(int... values) Returns an instance populated using the inputvalues.static ProductProduct.of(long... values) Returns an instance populated using the inputvalues.static ProductProduct.ofRange(double[] values, int from, int to) Returns an instance populated using the specified range ofvalues.static ProductProduct.ofRange(int[] values, int from, int to) Returns an instance populated using the specified range ofvalues.static ProductProduct.ofRange(long[] values, int from, int to) Returns an instance populated using the specified range ofvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type Product