histogram

fun histogram(responseName: String, x: Double, y: Double, bins: Int = 10, block: HistogramBuilder.() -> Unit = {})(source)

A live histogram of a response's observed values, binned in the viewer from the raw value stream (D12). bins equal-width bins over the observed range.


fun histogram(response: ResponseCIfc, x: Double, y: Double, bins: Int = 10, block: HistogramBuilder.() -> Unit = {})(source)

A live histogram by passing the response itself; its name is taken from it (8K.1).