response Trace
fun ReportBuilder.responseTrace(trace: ResponseTrace, repNums: List<Int> = trace.replicationNumbers.take(1), startTime: Double = 0.0, endTime: Double = Double.MAX_VALUE)(source)
Appends trace sections for a ResponseTrace, auto-selecting the correct visualisation based on ResponseTrace.isTimeWeighted.
true→ stateVariableTrace: StateVariablePlot + time-weighted statisticsfalse→ observationTrace: ScatterPlot + descriptive statistics
Parameters
trace
the ResponseTrace to report
rep Nums
replication numbers to include; defaults to the first recorded replication
start Time
lower bound of the time window; defaults to 0.0
end Time
upper bound of the time window; defaults to Double.MAX_VALUE