observation Trace
Appends one section per replication in repNums for an observation-based (ksl.modeling.variable.Response) ResponseTrace.
Each replication section contains:
A ScatterPlot with simulation time on the x-axis and observed value on the y-axis, covering the time window [startTime, endTime].
A Property/Value table of descriptive statistics: count, average, min, and max.
Half-width, confidence interval, and standard deviation are excluded. Within-replication observations are autocorrelated; the standard variance estimator is biased under autocorrelation and the derived inferential quantities would be misleading.
Parameters
the ResponseTrace to report; must be an observation-based trace
replication numbers to include; defaults to the first recorded replication
lower bound of the time window; defaults to 0.0
upper bound of the time window; defaults to Double.MAX_VALUE