Control Variate Data Collector
Defines responses and controls for a control variate experiment. Collects the replication responses for the responses and for the controls. Must be created prior to running the simulation to actually collect any data. Uses a ReplicationDataCollector
Functions
If the RandomVariable doesn't exist in the model then an error occurs
If the random source doesn't exist in the model then an error occurs
The supplied name must be the name of the model element representing the desired response. If the name does not exist in the model, then nothing is added and no errors occur. Thus, this method fails silently.
The response is added to the control variate data collector with the supplied responseAlias response alias. The default response alias is the name of the response within the model. If the response alias has already been added, then an exception occurs. That is, the response alias must be unique to the collector.
Returns the collected data ready for regression in the form of CVData.
The response data and then the control data is returned in the map.
The control names