Uses of Class
org.apache.commons.statistics.descriptive.Product
-
Packages that use Product Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of Product in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return Product Modifier and Type Method Description Product
Product. combine(Product other)
static Product
Product. create()
Creates an instance.static Product
Product. of(double... values)
Returns an instance populated using the inputvalues
.static Product
Product. of(int... values)
Returns an instance populated using the inputvalues
.static Product
Product. of(long... values)
Returns an instance populated using the inputvalues
.Methods in org.apache.commons.statistics.descriptive with parameters of type Product Modifier and Type Method Description Product
Product. combine(Product other)
-