kmath
common
kmath-histograms
/
space.kscience.kmath.histogram
/
Histogram
Histogram
common
interface
Histogram
<
in
T
:
Any
,
out
V
,
out
B
:
Bin
<
T
,
V
>
>
Content copied to clipboard
Types
Functions
Properties
Sources
Inheritors
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
get
Link copied to clipboard
common
abstract
operator
fun
get
(
point
:
Point
<
out
T
>
)
:
B
?
Content copied to clipboard
Find existing bin, corresponding to given coordinates
Properties
bins
Link copied to clipboard
common
abstract
val
bins
:
Iterable
<
B
>
Content copied to clipboard
dimension
Link copied to clipboard
common
abstract
val
dimension
:
Int
Content copied to clipboard
Dimension of the histogram
Inheritors
Histogram1D
Link copied to clipboard
HistogramND
Link copied to clipboard
Sources
common source
Link copied to clipboard