Section 5. Real-Time Tools
5.2.1.4.11 Statistical Functions
Function Description
AvgRun Returns a running average of up to the last
specified number of values.
AvgRunOverTime Returns the running average of the specified
value over time.
AvgRunOverTimeWithReset
Returns the running average of the specified
value since the function was reset.
AvgSpa Returns the average of the specified values.
Last Stores the specified value and returns the
previous value.
MaxRun Returns the maximum of all values that it has
considered.
MaxRunOverTime Returns the maximum of all values whose
timestamps are greater than the newest timestamp
minus the specified interval.
MaxRunOverTimeWithReset
Returns the maximum of all values since the
function was reset.
MaxSpa Returns the maximum of the specified values.
MedianRun Returns the median value of up to the last
specified number of values.
MedianRunOverTime Returns the median value in the set of values
whose timestamps are greater than the newest
timestamp minus the specified interval.
MinRun Returns the minimum of all values that it has
considered.
MinRunOverTime Returns the minimum of all values whose
timestamps are greater than the newest timestamp
minus the specified interval.
MinRunOverTimeWithReset
Returns the minimum of all values since the
function was reset.
MinSpa Returns the minimum of the specified values.
StdDev Returns the standard deviation of up to the last
specified number of values
StdDevOverTime Returns the standard deviation of the specified
value over time.
5-52