replicationDataArraysByExperimentAndResponse

Returns a map of maps. The outer map has the experiment name as its key. The inner map has the response's name as the key and the replication results as a double array. The array contains the observed replication statistic for the response variable or the final count for a counter for each replication.

The array may contain Double.NaN values because an observation may be missing for a particular replication if no observations are observed.

This is a map view of the within replication view data (i.e. WithinRepViewData). This data is also available via the withRepViewData() function or the withinRepViewStatistics property that returns a data frame.

Return

the map of maps