Package | Description |
---|---|
org.hipparchus.stat |
Data storage, manipulation and summary routines.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LongFrequency |
Maintains a frequency distribution of Long values.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Frequency.merge(Frequency<? extends T> other) |
Merge another Frequency object's counts into this instance.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Frequency.merge(Collection<? extends Frequency<? extends T>> others) |
Merge a
Collection of Frequency objects into this instance. |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.