| Package | Description |
|---|---|
| org.smallmind.instrument |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Chronometer |
interface |
Histogram |
interface |
Sample |
| Modifier and Type | Class and Description |
|---|---|
class |
ChronometerImpl |
class |
ExponentiallyDecayingSample
Uses Cormode et al's forward-decayiny priority reservoir sampling method to produce a statistically
representative sample, exponentially biased towards newer entries.
|
class |
HistogramImpl |
class |
UniformSample
Uses Vitter's Algorithm R to produce a statistically representative sample.
|
Copyright © 2015. All Rights Reserved.