Uses of Class
org.apache.commons.math.stat.descriptive.summary.Sum
-
Packages that use Sum Package Description org.apache.commons.math.stat.descriptive Generic univariate summary statistic objects.org.apache.commons.math.stat.descriptive.summary Other summary statistics. -
-
Uses of Sum in org.apache.commons.math.stat.descriptive
Fields in org.apache.commons.math.stat.descriptive declared as Sum Modifier and Type Field Description protected Sum
SummaryStatistics. sum
sum of values that have been added -
Uses of Sum in org.apache.commons.math.stat.descriptive.summary
Methods in org.apache.commons.math.stat.descriptive.summary that return Sum Modifier and Type Method Description Sum
Sum. copy()
Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math.stat.descriptive.summary with parameters of type Sum Modifier and Type Method Description static void
Sum. copy(Sum source, Sum dest)
Copies source to dest.Constructors in org.apache.commons.math.stat.descriptive.summary with parameters of type Sum Constructor Description Sum(Sum original)
Copy constructor, creates a newSum
identical to theoriginal
-