|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Statistics
Basic type for statistical information of numeric types. The methods never return null, even if no connection was ever made. One must always look at the alarm severity to be able to correctly interpret the value.
This type can be used regardless of the method used to calculate the average (instances: Σxi/N, time: ΣxiΔti/Δt, time with linear interpolation, exponential backoff, ...).
No integer statistics, since averages are not integer in general.
Method Summary | |
---|---|
java.lang.Double |
getAverage()
The average. |
java.lang.Double |
getMax()
The maximum value. |
java.lang.Double |
getMin()
The minimum value. |
java.lang.Integer |
getNSamples()
The number of samples. |
java.lang.Double |
getStdDev()
The standard deviation. |
Method Detail |
---|
java.lang.Double getAverage()
java.lang.Double getStdDev()
java.lang.Double getMin()
java.lang.Double getMax()
java.lang.Integer getNSamples()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |