Package org.intermine.client.services
Class QueryService.NumericSummary
- java.lang.Object
-
- org.intermine.client.services.QueryService.NumericSummary
-
- Enclosing class:
- QueryService
public static final class QueryService.NumericSummary extends java.lang.Object
Result format for Numeric Summary information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAverage()
java.lang.String
getColumn()
double
getMax()
double
getMin()
double
getStandardDeviation()
-
-
-
Method Detail
-
getColumn
public java.lang.String getColumn()
- Returns:
- The name of the column this summary is about.
-
getAverage
public double getAverage()
- Returns:
- the average of the numeric values in this column
-
getMax
public double getMax()
- Returns:
- the maximum value in this column
-
getMin
public double getMin()
- Returns:
- the minimum value in this column
-
getStandardDeviation
public double getStandardDeviation()
- Returns:
- the standard deviation of the values in this column
-
-