Parameter | Description |
period | The maximum age of any sample that is used in the calculations, in seconds. Any samples older than this will be discarded before performing the calculation. |
size | The maximum number of samples that are used in the calculation. The oldest sample is replaced by the newest sample when the total number of samples has reached this limit. |
Operation | Description |
start | Starts the calculation of statistics. Must be called before the calculator will generate any statistics. |
stop | Stops the calculation of further statistics. Any subsequent input feeds are ignored. |
clear | Discards all current data. |
Feed | Fields | Description |
data | value | The feed of values. The time of a value is taken to be the correlator's current time. |
Feed | Fields | Description |
statistics | value | The most recent value received in the input feed. |
mean | The arithmetic mean of the distribution. | |
mode | The most commonly occurring value, if there is one. | |
no unique mode | true if there is no single mode. | |
median | The mid point of the ordered set of data values. | |
standard deviation | Standard deviation of the data set. | |
variance | Variance of the distribution. | |
skew | Degree of skewed-ness of the distribution. | |
kurtosis | Kurtosis measure of the distribution. | |
samples | The number of samples used for this calculation. |