Companion

Functions

Link copied to clipboard

Create a histogram group with custom cell borders

Link copied to clipboard
fun <V : Any, A : Ring<V>, ScaleOperations<V>> Histogram.Companion.uniform1D(valueAlgebra: A, binSize: Double, startPoint: Double = 0.0): UniformHistogram1DGroup<V, A>
Link copied to clipboard
fun <V : Any, A : Field<V>> Histogram.Companion.uniformNDFromRanges(valueAlgebraND: FieldOpsND<V, A>, vararg ranges: Pair<ClosedFloatingPointRange<Double>, Int>, bufferFactory: BufferFactory<V> = valueAlgebraND.elementAlgebra.bufferFactory): UniformHistogramGroupND<V, A>
fun <V : Any, A : Field<V>> Histogram.Companion.uniformNDFromRanges(valueAlgebraND: FieldOpsND<V, A>, vararg ranges: ClosedFloatingPointRange<Double>, bufferFactory: BufferFactory<V> = valueAlgebraND.elementAlgebra.bufferFactory): UniformHistogramGroupND<V, A>

Use it like