Home | Trees | Indices | Help |
---|
|
object --+ | list --+ | Monitor
Monitored variables
A Class for monitored variables, that is, variables that allow one to gather simple statistics. A Monitor is a subclass of list and list operations can be performed on it. An object is established using m = Monitor(name = '..'). It can be given a unique name for use in debugging and in tracing and ylab and tlab strings for labelling graphs.
|
|||
new list |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
integer |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Sets histogram parameters. Must be called before call to getHistogram |
deprecated: the number of observations made
|
the time - weighted average of the monitored variable. If t is used it is assumed to be the current time, otherwise t = self.sim.now() |
the time - weighted Variance of the monitored variable. If t is used it is assumed to be the current time, otherwise t = self.sim.now() |
Returns formatted frequency distribution table string from Monitor. Precondition: setHistogram must have been called. fmt == format of bin range values |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 02 06:43:20 2009 | http://epydoc.sourceforge.net |