Package | Description |
---|---|
eu.europa.ec.eurostat.java4eurostat.analysis | |
eu.europa.ec.eurostat.java4eurostat.base | |
eu.europa.ec.eurostat.java4eurostat.io |
Modifier and Type | Method and Description |
---|---|
static StatsIndex |
TimeSeriesUtil.diff(StatsIndex series1,
StatsIndex series2) |
static StatsIndex |
TimeSeriesUtil.getMovingAverageMonth(StatsIndex seriesM,
int w) |
static StatsIndex |
TimeSeriesUtil.getMovingStdMonth(StatsIndex seriesM,
int w) |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,Integer> |
Validation.checkUnicity(StatsIndex index)
Check that there is a unique value for each position in the hypercube.
|
static StatsIndex |
TimeSeriesUtil.diff(StatsIndex series1,
StatsIndex series2) |
static double |
TimeSeriesUtil.getAverageMonth(StatsIndex series,
String startMonth,
String endMonth,
boolean allShouldBeThere,
int inputRouding) |
static StatsIndex |
TimeSeriesUtil.getMovingAverageMonth(StatsIndex seriesM,
int w) |
static StatsIndex |
TimeSeriesUtil.getMovingStdMonth(StatsIndex seriesM,
int w) |
static double |
TimeSeriesUtil.getStdMonth(StatsIndex series,
String startMonth,
String endMonth,
boolean allShouldBeThere) |
static ArrayList<String> |
TimeSeriesUtil.getTimeList(StatsIndex series) |
static boolean |
TimeSeriesUtil.isEmpty(StatsIndex series,
int year) |
static void |
TimeSeriesUtil.multiplyYearValues(StatsIndex series,
int year,
double factor) |
static ArrayList<TimeSeriesUtil.Gap> |
TimeSeriesUtil.performGapAnalysis(StatsIndex series,
String label) |
static ArrayList<TimeSeriesUtil.Outlier> |
TimeSeriesUtil.performOutlierDetection(StatsIndex series,
int w,
double thNbStd,
double diffTh,
String label) |
static ArrayList<TimeSeriesUtil.Outlier> |
TimeSeriesUtil.performOutlierDetection(StatsIndex series,
int w,
String label) |
static void |
TimeSeriesUtil.printSeries(StatsIndex series) |
Modifier and Type | Method and Description |
---|---|
StatsIndex |
StatsIndex.getSubIndex(String... dimLabels)
Retrieve a subindex.
|
Modifier and Type | Method and Description |
---|---|
static void |
CSV.save(StatsIndex hcI,
String idName,
String outFile) |
Copyright © 2020. All rights reserved.