public abstract class Histogram extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected long[] |
counts |
protected double |
logFactor |
protected double |
logOffset |
protected double |
max |
protected double |
min |
| Constructor and Description |
|---|
Histogram(double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double v) |
protected abstract int |
bucketIndex(double x) |
double[] |
getBounds() |
long[] |
getCounts() |
protected void |
setupBins(double min,
double max) |
Copyright © 2021. All rights reserved.