|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A ContinuousStatistics captures
continuous statistical properties of an attribute.
| Method Summary | |
long[] |
getFrequencies()
Returns an array of frequencies of all available intervals (ordered as the result of getIntervals). |
long |
getFrequency(Interval range)
Returns the frequency of values in the given interval. |
Interval[] |
getIntervals()
Returns an array of intervals for which frequencies are available. |
double[] |
getSum()
Returns the sum of all values of the attribute. |
double |
getSum(Interval range)
Returns the sum of all values in the given interval. |
double[] |
getSumOfSquares()
Returns the sum of the squares of all values of the attribute. |
double |
getSumOfSquares(Interval range)
Returns the sum of the squares of all values in the given interval. |
| Method Detail |
public long[] getFrequencies()
getIntervals).
public long getFrequency(Interval range)
range - The interval from which the number of values is counted and returned.
public Interval[] getIntervals()
public double[] getSum()
public double getSum(Interval range)
range - The interval from which the total sum of the values is computed and returned.
public double[] getSumOfSquares()
public double getSumOfSquares(Interval range)
range - The interval from which the sum of the squares of the values is computed and returned.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||