Package | Description |
---|---|
hep.aida.tdouble.bin |
Multisets (bags) with efficient statistics operations defined upon; This package
requires the Colt distribution.
|
Modifier and Type | Method and Description |
---|---|
DoubleBuffer |
AbstractDoubleBin1D.buffered(int capacity)
Constructs and returns a streaming buffer connected to the receiver.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicDoubleBin1D.sample(int n,
boolean withReplacement,
DoubleRandomEngine randomGenerator,
DoubleBuffer buffer)
Uniformly samples (chooses) n random elements with or without
replacement from the contained elements and adds them to the given
buffer.
|
Jump to the Parallel Colt Homepage