public interface StatisticalFacet extends Facet
Modifier and Type | Field and Description |
---|---|
static String |
TYPE
The type of the filter facet.
|
Modifier and Type | Method and Description |
---|---|
long |
getCount()
The number of values counted.
|
double |
getMax()
The maximum value.
|
double |
getMean()
The mean (average) of the values.
|
double |
getMin()
The minimum value.
|
double |
getStdDeviation()
Standard deviation of the values.
|
double |
getSumOfSquares()
The sum of squares of the values.
|
double |
getTotal()
The total (sum) of values.
|
double |
getVariance()
Variance of the values.
|
static final String TYPE
long getCount()
double getTotal()
double getSumOfSquares()
double getMean()
double getMin()
double getMax()
double getVariance()
double getStdDeviation()
Copyright © 2009–2015. All rights reserved.