dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
Histogram.opApplyReverse
dalicious
math
Histogram
Iterates over the histogram bins enumerating the counts.
int
opApplyReverse
(int delegate(T coord, double density) yield)
int
opApplyReverse
(int delegate(size_t index, T coord, double density) yield)
int
opApplyReverse
(int delegate(T coord, size_t count) yield)
struct
Histogram
(T, Flag!"logIndex" logIndex = No.logIndex)
int
opApplyReverse
(
scope
int
delegate
(
T
coord
,
size_t
count
)
yield
)
int
opApplyReverse
(int delegate(size_t index, T coord, size_t count) yield)
Meta
Source
See Implementation
dalicious
math
Histogram
aliases
bin_size_t
indexBase
constructors
this
functions
binCoord
binIdx
binSize
counts
densities
insert
opApply
opApplyReverse
percentile
toString
manifest constants
valueInf
valueSup
properties
countsWithoutOutliers
hasOverflowBin
hasUnderflowBin
histMax
histMin
maxValue
mean
minValue
numOverflows
numUnderflows
sum
totalCount
Iterates over the histogram bins enumerating the counts.