Stats

class Stats
proc

void (shared message field) Shared message for process and reinit

getMean()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

getSdev()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

getSum()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

getNum()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

getWmean()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

getWsdev()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

getWsum()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

getWnum()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

setWindowLength()

(destination message field) Assigns field value.

getWindowLength()

(destination message field) Requests field value. The requesting Element must provide a handler for the returned value.

input()

(destination message field) Handles continuous value input as a time-series. Multiple inputs are allowed, they will be merged.

process()

(destination message field) Handles process call

reinit()

(destination message field) Handles reinit call

requestOut

PSt6vectorIdSaIdEE (source message field) Sends request for a field to target object

mean

double (value field) Mean of all sampled values or of spike rate.

sdev

double (value field) Standard Deviation of all sampled values, or of rate.

sum

double (value field) Sum of all sampled values, or total number of spikes.

num

unsigned int (value field) Number of all sampled values, or total number of spikes.

wmean

double (value field) Mean of sampled values or of spike rate within window.

wsdev

double (value field) Standard Deviation of sampled values, or rate, within window.

wsum

double (value field) Sum of all sampled values, or total number of spikes, within window.

wnum

unsigned int (value field) Number of all sampled values, or total number of spikes, within window.

windowLength

unsigned int (value field) Number of bins for windowed stats. Ignores windowing if this value is zero.