HistogramGroupND
interface HistogramGroupND<T : Comparable<T>, D : Domain<T>, V : Any> : Group<HistogramND<T, D, V>> , ScaleOperations<HistogramND<T, D, V>>
Content copied to clipboard
A space for producing histograms with values in a NDStructure
Functions
Link copied to clipboard
open override fun add(left: HistogramND<T, D, V>, right: HistogramND<T, D, V>): HistogramND<T, D, V>
Content copied to clipboard
Link copied to clipboard
open fun binaryOperation(operation: String, left: HistogramND<T, D, V>, right: HistogramND<T, D, V>): HistogramND<T, D, V>
Content copied to clipboard
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: HistogramND<T, D, V>, right: HistogramND<T, D, V>) -> HistogramND<T, D, V>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Resolve index of the bin including given point. Return null if point is outside histogram area
Link copied to clipboard
open operator fun HistogramND<T, D, V>.minus(arg: HistogramND<T, D, V>): HistogramND<T, D, V>
Content copied to clipboard
Link copied to clipboard
open operator fun HistogramND<T, D, V>.plus(arg: HistogramND<T, D, V>): HistogramND<T, D, V>
Content copied to clipboard
Link copied to clipboard
abstract fun produce(builder: HistogramBuilder<T, V>.() -> Unit): HistogramND<T, D, V>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract operator fun HistogramND<T, D, V>.unaryMinus(): HistogramND<T, D, V>
Content copied to clipboard
Link copied to clipboard
open fun unaryOperation(operation: String, arg: HistogramND<T, D, V>): HistogramND<T, D, V>
Content copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: HistogramND<T, D, V>) -> HistogramND<T, D, V>
Content copied to clipboard
Link copied to clipboard