Histogram Response
Tabulates a histogram for the indicated response.
The cacheSize represents the amount of data used to configure the break points of the histogram CachedHistogram.
If the amount of data observed is less than cache size and greater than or equal to 2, the returned histogram will be configured on whatever data was available in the cache. Thus, bin settings may change as more data is collected until the cache is full. Once the cache is full the returned histogram is permanently configured based on all data in the cache. The default cache size is 512 observations.
The histogram tabulates all within replication observations regardless of replication. That is, the histogram 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.
Parameters
the response variable to form a histogram on
the minimum amount of data needed to configure the break points
the name of the model element
Functions
This method should be overridden by subclasses that need actions performed after an experiment has been completed It is called after all replications are done and can be used to collect data from the model element, etc.
This method should be overridden by subclasses that need logic to be performed prior to an experiment. The beforeExperiment method allows model elements to be set up prior to the first replication within an experiment. It is called once before any replications occur.
Causes the histogram response to start observing the underlying response
Causes the histogram response to stop observing the underlying response.