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