Package | Description |
---|---|
org.hipparchus.stat.descriptive.moment |
Summary statistics based on moments.
|
Modifier and Type | Method | 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 | Description |
---|---|
StandardDeviation(StandardDeviation original) |
Copy constructor, creates a new
StandardDeviation identical
to the original . |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.