summary

fun summary(responseName: String, x: Double, y: Double, label: String? = null, decimals: Int = 2)(source)

Displays the live within-replication statistics (count, mean, min, max) of a response, emitted by the engine (D11). Bound by trace responseName.


fun summary(response: ResponseCIfc, x: Double, y: Double, label: String? = null, decimals: Int = 2)(source)

Within-replication statistics summary by passing the response itself; name taken from it (8K.1).