Package | Description |
---|---|
org.hipparchus.stat.descriptive.moment |
Summary statistics based on moments.
|
Modifier and Type | Method and Description |
---|---|
SemiVariance |
SemiVariance.copy()
Returns a copy of the statistic with the same internal state.
|
SemiVariance |
SemiVariance.withBiasCorrected(boolean isBiasCorrected)
Returns a copy of this instance with the given biasCorrected setting.
|
SemiVariance |
SemiVariance.withVarianceDirection(SemiVariance.Direction direction)
Returns a copy of this instance with the given direction setting.
|
Constructor and Description |
---|
SemiVariance(SemiVariance original)
Copy constructor, creates a new
SemiVariance identical
to the original . |
Copyright © 2016-2021 CS GROUP. All rights reserved.