| Modifier and Type | Class and Description |
|---|---|
class |
FloatHistogram
Maintains histogram buckets that are constant width
in base-2 floating point representation space.
|
class |
LogHistogram
Non-linear histogram that uses floating point representation plus a quadratic correction to
bin width to achieve tighter fit to the ideal log2 sizing.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
Comparison.compareChi2(Histogram dist1,
Histogram dist2)
Use a log-likelihood ratio test to compare two distributions.
|
Copyright © 2021. All rights reserved.