public class StatisticsSummary<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getArithmeticMeanAsDouble()
Returns the mean
|
java.lang.String |
getArithmeticMeanAsString()
Returns the mean
|
T |
getArithmeticMeanAsValue()
Returns the mean
|
double |
getGeometricMeanAsDouble()
Returns the geometric mean
|
java.lang.String |
getGeometricMeanAsString()
Returns the geometric mean
|
T |
getGeometricMeanAsValue()
Returns the geometric mean
|
double |
getKurtosisAsDouble()
Returns the kurtosis
|
java.lang.String |
getKurtosisAsString()
Returns the kurtosis
|
T |
getKurtosisAsValue()
Returns the kurtosis
|
java.lang.String |
getMaxAsString()
Returns the max
|
T |
getMaxAsValue()
Returns the max
|
java.lang.String |
getMedianAsString()
Returns the median
|
T |
getMedianAsValue()
Returns the median
|
java.lang.String |
getMinAsString()
Returns the min
|
T |
getMinAsValue()
Returns the min
|
java.lang.String |
getModeAsString()
Returns the mode
|
T |
getModeAsValue()
Returns the mode
|
int |
getNumberOfDistinctValuesAsInt()
Returns the number of distinct values
|
java.lang.String |
getNumberOfDistinctValuesAsString()
Returns the number of distinct values
|
int |
getNumberOfMeasuresAsString()
Returns the number of measures
|
double |
getPopulationVarianceAsDouble()
Returns the population variance
|
java.lang.String |
getPopulationVarianceAsString()
Returns the population variance
|
T |
getPopulationVarianceAsValue()
Returns the population variance
|
double |
getRangeAsDouble()
Returns the range
|
java.lang.String |
getRangeAsString()
Returns the range
|
T |
getRangeAsValue()
Returns the range
|
double |
getSampleVarianceAsDouble()
Returns the sample variance
|
java.lang.String |
getSampleVarianceAsString()
Returns the sample variance
|
T |
getSampleVarianceAsValue()
Returns the sample variance
|
DataScale |
getScale()
Returns the scale of measure
|
double |
getStdDevAsDouble()
Returns the standard deviation
|
java.lang.String |
getStdDevAsString()
Returns the standard deviation
|
T |
getStdDevAsValue()
Returns the standard deviation
|
boolean |
isArithmeticMeanAvailable()
Returns whether the following measure is available: mean
|
boolean |
isGeometricMeanAvailable()
Returns whether the following measure is available: geometric mean
|
boolean |
isKurtosisAvailable()
Returns whether the following measure is available: kurtosis
|
boolean |
isMaxAvailable()
Returns whether the following measure is available: max
|
boolean |
isMedianAvailable()
Returns whether the following measure is available: median
|
boolean |
isMinAvailable()
Returns whether the following measure is available: min
|
boolean |
isModeAvailable()
Returns whether the following measure is available: mode
|
boolean |
isPopulationVarianceAvailable()
Returns whether the following measure is available: population variance
|
boolean |
isRangeAvailable()
Returns whether the following measure is available: range
|
boolean |
isSampleVarianceAvailable()
Returns whether the following measure is available: sample variance
|
boolean |
isStdDevAvailable()
Returns whether the following measure is available: std. dev
|
java.lang.String |
toString() |
public double getArithmeticMeanAsDouble()
public java.lang.String getArithmeticMeanAsString()
public T getArithmeticMeanAsValue()
public double getGeometricMeanAsDouble()
public java.lang.String getGeometricMeanAsString()
public T getGeometricMeanAsValue()
public double getKurtosisAsDouble()
public java.lang.String getKurtosisAsString()
public T getKurtosisAsValue()
public java.lang.String getMaxAsString()
public T getMaxAsValue()
public java.lang.String getMedianAsString()
public T getMedianAsValue()
public java.lang.String getMinAsString()
public T getMinAsValue()
public java.lang.String getModeAsString()
public T getModeAsValue()
public int getNumberOfDistinctValuesAsInt()
public java.lang.String getNumberOfDistinctValuesAsString()
public int getNumberOfMeasuresAsString()
public double getPopulationVarianceAsDouble()
public java.lang.String getPopulationVarianceAsString()
public T getPopulationVarianceAsValue()
public double getRangeAsDouble()
public java.lang.String getRangeAsString()
public T getRangeAsValue()
public double getSampleVarianceAsDouble()
public java.lang.String getSampleVarianceAsString()
public T getSampleVarianceAsValue()
public DataScale getScale()
public double getStdDevAsDouble()
public java.lang.String getStdDevAsString()
public T getStdDevAsValue()
public boolean isArithmeticMeanAvailable()
public boolean isGeometricMeanAvailable()
public boolean isKurtosisAvailable()
public boolean isMaxAvailable()
public boolean isMedianAvailable()
public boolean isMinAvailable()
public boolean isModeAvailable()
public boolean isPopulationVarianceAvailable()
public boolean isRangeAvailable()
public boolean isSampleVarianceAvailable()
public boolean isStdDevAvailable()
public java.lang.String toString()
toString
in class java.lang.Object