observationsAsMap

open override fun observationsAsMap(responseName: String): Map<String, DoubleArray>(source)

Returns a map of design-point label → per-replication observations for responseName across all executed design points.

Keys are "Point 1", "Point 2", … in execution order, matching the indices of simulationRuns. Design points for which responseName is absent or produced no observations are silently omitted. Returns an empty map when simulationRuns is empty.

Suitable as the direct input to ksl.utilities.statistic.Statistic.boxPlotSummaries for constructing a ksl.utilities.io.plotting.MultiBoxPlot.

Parameters

responseName

the response to extract; should appear in responseNames