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