Java org.apache.commons.math3.stat.ranking TiesStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.stat.ranking TiesStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.stat.ranking TiesStrategy.

The text is from its open source code.

Field

TiesStrategySEQUENTIAL
Ties assigned sequential ranks in order of occurrence
TiesStrategyMINIMUM
Ties get the minimum applicable rank
TiesStrategyMAXIMUM
Ties get the maximum applicable rank
TiesStrategyAVERAGE
Ties get the average of applicable ranks
TiesStrategyRANDOM
Ties get a random integral value from among applicable ranks