public interface FwkColumnStatisticsInterface
Modifier and Type | Method and Description |
---|---|
double |
getAverage()
Get the average.
|
long |
getCount()
Get the length of the range of interest.
|
java.lang.String |
getName()
Get the name.
|
double |
getStandardDeviation()
Get the standard deviation.
|
java.lang.String |
getUnitString()
Get the unit string.
|
double |
getVariance()
Get the variance.
|
java.lang.String getName()
java.lang.String getUnitString()
long getCount()
double getAverage()
double getStandardDeviation()
double getVariance()