Package | Description |
---|---|
eu.europa.ec.eurostat.java4eurostat.analysis | |
eu.europa.ec.eurostat.java4eurostat.base |
Modifier and Type | Method and Description |
---|---|
static Collection<Stat> |
Operations.computeAggregation(StatsHypercube hc,
Operations.Aggregator agg,
String dimLabel,
String aggDimValue)
Compute an aggregated value of all values along a dimension.
|
static Collection<Stat> |
Operations.computeMaxDim(StatsHypercube hc,
String dimLabel,
String maxDimValue)
Compute the maximum of all values along a dimension.
|
static Collection<Stat> |
Operations.computeMeanDim(StatsHypercube hc,
String dimLabel,
String meanDimValue)
Compute the mean of all values along a dimension.
|
static Collection<Stat> |
Operations.computeMedianDim(StatsHypercube hc,
String dimLabel,
String medianDimValue)
Compute the median of all values along a dimension.
|
static Collection<Stat> |
Operations.computeMinDim(StatsHypercube hc,
String dimLabel,
String minDimValue)
Compute the minimum of all values along a dimension.
|
static Collection<Stat> |
Operations.computePercentileDim(StatsHypercube hc,
int percentile,
String dimLabel,
String percentileDimValue)
Compute a percentile of all values along a dimension.
|
static Collection<Stat> |
Operations.computeQuartile1Dim(StatsHypercube hc,
String dimLabel,
String q1DimValue)
Compute the first quantile of all values along a dimension.
|
static Collection<Stat> |
Operations.computeQuartile2Dim(StatsHypercube hc,
String dimLabel,
String q2DimValue)
Compute the second quantile of all values along a dimension.
|
static Collection<Stat> |
Operations.computeRMSDim(StatsHypercube hc,
String dimLabel,
String rmsDimValue)
Compute the RMS of all values along a dimension.
|
static Collection<Stat> |
Operations.computeStdDim(StatsHypercube hc,
String dimLabel,
String stdDimValue)
Compute the standard deviation of all values along a dimension.
|
static Collection<Stat> |
Operations.computeSumDim(StatsHypercube hc,
String dimLabel,
String sumDimValue)
Compute the sum of all values along a dimension.
|
static ArrayList<Stat> |
TimeSeriesUtil.sort(Collection<Stat> series) |
Modifier and Type | Method and Description |
---|---|
boolean |
Selection.Criteria.keep(Stat stat)
The method specifying when a stat has to be kept.
|
boolean |
Selection.ValueEqualTo.keep(Stat stat) |
boolean |
Selection.ValueDifferentFrom.keep(Stat stat) |
boolean |
Selection.ValueGreaterThan.keep(Stat stat) |
boolean |
Selection.ValueLowerThan.keep(Stat stat) |
boolean |
Selection.ValueGreaterOrEqualThan.keep(Stat stat) |
boolean |
Selection.ValueLowerOrEqualThan.keep(Stat stat) |
boolean |
Selection.DimValueEqualTo.keep(Stat stat) |
boolean |
Selection.DimValueDifferentFrom.keep(Stat stat) |
boolean |
Selection.DimValueGreaterThan.keep(Stat stat) |
boolean |
Selection.DimValueLowerThan.keep(Stat stat) |
boolean |
Selection.DimValueGreaterOrEqualThan.keep(Stat stat) |
boolean |
Selection.DimValueLowerOrEqualThan.keep(Stat stat) |
boolean |
Selection.Or.keep(Stat stat) |
boolean |
Selection.And.keep(Stat stat) |
boolean |
Selection.Not.keep(Stat stat) |
Modifier and Type | Method and Description |
---|---|
static void |
TimeSeriesUtil.printSeries(Collection<Stat> series) |
static ArrayList<Stat> |
TimeSeriesUtil.sort(Collection<Stat> series) |
Modifier and Type | Field and Description |
---|---|
Collection<Stat> |
StatsHypercube.stats
The statistical values.
|
Modifier and Type | Method and Description |
---|---|
Stat |
StatsIndex.getSingleStat(String... dimLabels) |
Modifier and Type | Method and Description |
---|---|
Collection<Stat> |
StatsIndex.getCollection(String... dimLabels) |
Collection<Collection<Stat>> |
StatsIndex.getLeaves() |
Constructor and Description |
---|
Stat(Stat s)
Clone a stat object
|
Copyright © 2020. All rights reserved.