|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatFunction<T extends Number>
Statistical function that can return a result from any number of input values.
Method Summary | |
---|---|
void |
add()
Adds one unit (may not make sense for all functions). |
void |
add(T value)
Adds the specified value. |
T |
getValue()
Returns result of this function over all values supplied since instantiation or last reset. |
void |
reset()
Resets value of this function to the initial state. |
Method Detail |
---|
void add()
void add(T value)
T getValue()
void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |