FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
void |
add(float value)
Called to add a sample to the dataset. |
void |
clear()
Clears the data set. |
void |
incrAdd(float value)
|
void |
incrRemove(float value)
|
void |
init(float _period, integer _size)
Initialises parameters before streaming starts. |
float |
kurtosis()
Getter for the kurtosis of the data set. |
float |
mean()
Getter for the mean of the data set. |
integer |
numSamples()
Getter for the size of the data set. |
void |
removeSample(integer sampleIndex)
|
void |
setPeriod(float value)
Allows reconfiguration of the window duration. |
void |
setSize(integer value)
Allows reconfiguration of the window size. |
float |
skew()
Getter for the skew of the data set. |
float |
stdDev()
Getter for the standard deviation of the data set. |
float |
variance()
Getter for the variance of the data set. |
Action Detail |
---|
void add(float value)Called to add a sample to the dataset.
void clear()Clears the data set.
void incrAdd(float value)
void incrRemove(float value)
void init(float _period, integer _size)Initialises parameters before streaming starts.
float kurtosis()Getter for the kurtosis of the data set.
float mean()Getter for the mean of the data set.
integer numSamples()Getter for the size of the data set.
void removeSample(integer sampleIndex)
void setPeriod(float value)Allows reconfiguration of the window duration.
void setSize(integer value)Allows reconfiguration of the window size.
float skew()Getter for the skew of the data set.
float stdDev()Getter for the standard deviation of the data set.
float variance()Getter for the variance of the data set.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |