Package | Description |
---|---|
dev.nm.stat.descriptive.rank |
Modifier and Type | Method and Description |
---|---|
static Rank.TiesMethod |
Rank.TiesMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rank.TiesMethod[] |
Rank.TiesMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Rank(double[] values,
double threshold,
Rank.TiesMethod tiesMethod)
Compute the sample ranks of the values.
|
Rank(double[] values,
Rank.TiesMethod tiesMethod)
Compute the sample ranks of the values.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.