Simulation Run Cache Ifc
A simulation run cache should be designed to efficiently look up a simulation run based on a given set of input settings.
Inheritors
Properties
Functions
Computes the box plot summaries for the data within the map
Computes the confidence intervals for the data in the map
The map of arrays is considered rectangular if all arrays in the map have the same number of elements (same size).
Places the simulation run into the cache. It is important that implementors ensure that the input names and response names associated with the request are consistent with the input names and response names of the simulation run.
Places all input-solution pairs into the cache
Looks up and removes the simulation run associated with the supplied request. Null is returned if there is no associated simulation run. It is important that implementors handle the reduced size relative to the cache.
Retrieves the simulation runs associated with the requests
Allows use of bracket operator for setting values
Retrieves the simulation runs in the cache as a list of simulation runs
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.