FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
void |
add(float value)
Adds an entry to the data set. |
void |
clear()
Clears the data set. |
void |
init(float period, integer size)
Initialises parameters before streaming starts. |
float |
kurtosis()
Getter. |
float |
mean()
Getter. |
integer |
numSamples()
Getter. |
void |
setPeriod(float value)
Allows reconfiguration of the window duration. |
void |
setSize(integer value)
Allows reconfiguration of the window size. |
float |
skew()
Getter. |
float |
stdDev()
Getter. |
float |
variance()
Getter. |
Action Detail |
---|
void add(float value)Adds an entry to the data set.
void clear()Clears the data set.
void init(float period, integer size)Initialises parameters before streaming starts.
float kurtosis()Getter.
float mean()Getter.
integer numSamples()Getter.
void setPeriod(float value)Allows reconfiguration of the window duration.
void setSize(integer value)Allows reconfiguration of the window size.
float skew()Getter.
float stdDev()Getter.
float variance()Getter.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |