|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A NumericalStatistics captures
numerical statistical properties of an attribute.
| Method Summary | |
double |
getInterQuartileRange()
Returns the range between 75% and 25% quantiles. |
double |
getMaximumValue()
Returns the maximum value of the attribute. |
double |
getMeanValue()
Returns the mean value of the attribute. |
double |
getMedianValue()
Returns the median value of the attribute. |
double |
getMinimumValue()
Returns the minimum value of the attribute. |
double |
getQuantile(double limit)
Returns the quantile value for the given limit as a number between 0 and 100. |
double[] |
getQuantileLimits()
Returns an array of numbers whose quantile values are available. |
double |
getStandardDeviation()
Returns the standard deviation of the attribute. |
double |
getVariance()
Returns the variance of the values in the attribute. |
| Method Detail |
public double getInterQuartileRange()
public double getMaximumValue()
public double getMeanValue()
public double getMedianValue()
public double getMinimumValue()
public double getQuantile(double limit)
limit - The quantile limit value.
public double[] getQuantileLimits()
public double getStandardDeviation()
public double getVariance()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||