Package | Description |
---|---|
org.apache.edgent.analytics.math3.stat |
Statistical algorithms using Apache Commons Math.
|
org.apache.edgent.samples.apps |
Support for some more complex Edgent application samples.
|
Modifier and Type | Method and Description |
---|---|
static Statistic |
Statistic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Statistic[] |
Statistic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JsonStorelessStatistic(Statistic stat,
org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic statImpl) |
Modifier and Type | Method and Description |
---|---|
static com.google.gson.JsonElement |
JsonTuples.getStatistic(com.google.gson.JsonObject jo,
Statistic stat)
Get a statistic value from a sample.
|
static com.google.gson.JsonElement |
JsonTuples.getStatistic(com.google.gson.JsonObject jo,
java.lang.String valueKey,
Statistic stat)
Get a statistic value from a sample.
|
static BiFunction<java.util.List<com.google.gson.JsonObject>,java.lang.String,com.google.gson.JsonObject> |
JsonTuples.statistics(Statistic... statistics)
Create a function that computes the specified statistics on the list of
samples and returns a new sample containing the result.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641