Package | Description |
---|---|
owltools.sim2 |
Modifier and Type | Method and Description |
---|---|
static OwlSim.Stat |
OwlSim.Stat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwlSim.Stat[] |
OwlSim.Stat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,org.apache.commons.math3.stat.descriptive.SummaryStatistics> |
OwlSim.getMetricStats(OwlSim.Stat stat) |
HashMap<String,org.apache.commons.math3.stat.descriptive.SummaryStatistics> |
AbstractOwlSim.getMetricStats(OwlSim.Stat stat) |
org.apache.commons.math3.stat.descriptive.SummaryStatistics |
AbstractOwlSim.getSummaryStatisticsForCollection(Collection<org.apache.commons.math3.stat.descriptive.SummaryStatistics> aggregate,
OwlSim.Stat stat)
This function will take an aggregated collection of Summary Statistics
and will generate a derived
SummaryStatistic based on a flag for the
desired summation. |
Copyright © 2010–2016. All rights reserved.