Integer Frequency Response
This class tabulates the frequency associated with the integers presented to it based on the attached variable. Every value presented is interpreted as an integer For every value presented a count is maintained. There could be space/time performance issues if the number of different values presented is large. Use intRange to limit the values within the specified range that can be observed. Values lower than the lower limit are counted as underflow and values greater than the upper limit are counted as overflow.
The frequency tabulates all within replication observations regardless of replication. That is, the frequency is based on every observation for every replication. It observes observations that may have been within a warmup period even if the modeler specifies a warmup period.
Author
rossetti
Parameters
the variable to observe
the defined integer range for observations
a name for the instance
Parameters
the parent of this model element
the defined lower limit of the integers, values less than this are not tabulated
the defined upper limit of the integers, values less than this are not tabulated
a name for the instance