|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SumOfLogs | |
---|---|
org.apache.commons.math.stat.descriptive | Generic univariate summary statistic objects. |
org.apache.commons.math.stat.descriptive.moment | Summary statistics based on moments. |
org.apache.commons.math.stat.descriptive.summary | Other summary statistics. |
Uses of SumOfLogs in org.apache.commons.math.stat.descriptive |
---|
Fields in org.apache.commons.math.stat.descriptive declared as SumOfLogs | |
---|---|
protected SumOfLogs |
SummaryStatistics.sumLog
sumLog of values that have been added |
Uses of SumOfLogs in org.apache.commons.math.stat.descriptive.moment |
---|
Constructors in org.apache.commons.math.stat.descriptive.moment with parameters of type SumOfLogs | |
---|---|
GeometricMean(SumOfLogs sumOfLogs)
Create a GeometricMean instance using the given SumOfLogs instance |
Uses of SumOfLogs in org.apache.commons.math.stat.descriptive.summary |
---|
Methods in org.apache.commons.math.stat.descriptive.summary that return SumOfLogs | |
---|---|
SumOfLogs |
SumOfLogs.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 SumOfLogs | |
---|---|
static void |
SumOfLogs.copy(SumOfLogs source,
SumOfLogs dest)
Copies source to dest. |
Constructors in org.apache.commons.math.stat.descriptive.summary with parameters of type SumOfLogs | |
---|---|
SumOfLogs(SumOfLogs original)
Copy constructor, creates a new SumOfLogs identical
to the original |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |