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