Package | Description |
---|---|
org.hipparchus.stat.descriptive.rank |
Summary statistics based on ranks.
|
org.hipparchus.util |
Convenience routines and common data structures used throughout the Hipparchus library.
|
Modifier and Type | Method | Description |
---|---|---|
PivotingStrategy |
Percentile.getPivotingStrategy() |
Get the
PivotingStrategy used in KthSelector for computation. |
Modifier and Type | Method | Description |
---|---|---|
PivotingStrategy |
KthSelector.getPivotingStrategy() |
Get the pivoting strategy.
|
static PivotingStrategy |
PivotingStrategy.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PivotingStrategy[] |
PivotingStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
KthSelector(PivotingStrategy pivotingStrategy) |
Constructor with specified pivoting strategy
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.