Response Map
A response map holds replication data from evaluations of the simulation oracle. The key to the map is the response name, which should match a named response within the simulation model and within the problem definition. The associated list of doubles is the within replication average for each replication.
Parameters
the map containing the output values for each response
Constructors
Properties
Functions
Adds the supplied estimated response. If the estimated response is not currently in the response map, then it is added. If it is already in the response map, the old value is replaced with the supplied value.
Computes the box plot summaries for the data within the map
Computes the confidence intervals for the data in the map
Checks if all responses associated with the problem are currently in the map. True if all responses needed for the problem are in the map. False if at least one required response is missing from the map.
Checks if all the responses and a sufficient number of replications are available in the response map. Once this is true, the response map can be converted into a solution.
The map of arrays is considered rectangular if all arrays in the map have the same number of elements (same size).
Adds or merges the supplied estimated response
Adds or merges the supplied estimated responses within the response map into the response map
Computes the statistical summaries for the data within the map
Converts the data map to a 2-D array. The values of the map are extracted
Converts the data stored in each array to columns within a DataFrame, with the column names as the key from the map and the columns holding the data. Each array must have the same size.
Converts the inner DoubleArray to List
Converts the data map to a long format view of the observations.