Package | Description |
---|---|
org.hipparchus.stat.descriptive.moment |
Summary statistics based on moments.
|
Modifier and Type | Method and Description |
---|---|
StandardDeviation |
StandardDeviation.copy()
Returns a copy of the statistic with the same internal state.
|
StandardDeviation |
StandardDeviation.withBiasCorrection(boolean biasCorrection)
Returns a new copy of this standard deviation with the given
bias correction setting.
|
Constructor and Description |
---|
StandardDeviation(StandardDeviation original)
Copy constructor, creates a new
StandardDeviation identical
to the original . |
Copyright © 2016-2021 CS GROUP. All rights reserved.