Temporal.Statistic

Description

Numeric Temporal Functions

Functions

NameSignature and Synopsis
avgOverTimeDoubledouble avgOverTimeDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method calculates average of the property over given time interval[stime, etime], all the times are in (milliseconds).
avgOverTimeIntdouble avgOverTimeInt(PropertyAtomInt pai, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method calculates average of the property over given time interval[stime, etime], all the times are in (milliseconds).
avgOverTimeLongdouble avgOverTimeLong(PropertyAtomLong pal, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method calculates average of the property over given time interval[stime, etime], all the times are in (milliseconds).
maxOverTimeDoubledouble maxOverTimeDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method returns the maximum value of a PorpertyAtomInt over given time interval[stime, etime], all the times are in (milliseconds).
maxOverTimeIntint maxOverTimeInt(PropertyAtomInt pai, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method returns the maximum value of a PorpertyAtomInt over given time interval[stime, etime], all the times are in (milliseconds).
maxOverTimeLonglong maxOverTimeLong(PropertyAtomLong pal, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method returns the maximum value of a PorpertyAtomInt over given time interval[stime, etime], all the times are in (milliseconds).
minOverTimeDoubledouble minOverTimeDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method returns the maximum value of a PorpertyAtomDouble over given time interval[stime, etime], all the times are in (milliseconds).
minOverTimeIntint minOverTimeInt(PropertyAtomInt pai, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method returns the minimum value of a PorpertyAtomInt over given time interval[stime, etime], all the times are in (milliseconds).
minOverTimeLonglong minOverTimeLong(PropertyAtomLong pal, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method returns the minimum value of a PorpertyAtomLong over given time interval[stime, etime], all the times are in (milliseconds).
sumDoubledouble sumDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method returns the sum of values in the history of a property atom over a given time interval [stime, etime], all the times are in (milliseconds).
sumIntint sumInt(PropertyAtomInt pai, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method returns the sum of values in the history of a property atom over a given time interval [stime, etime], all the times are in (milliseconds).
sumLonglong sumLong(PropertyAtomLong pal, long stime, long etime, int sample_rate, boolean bound_by_stime)
This method returns the sum of values in the history of a property atom over a given time interval [stime, etime] all the times are in (milliseconds).