Java org.apache.commons.math.stat.ranking NaturalRanking fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

NaturalRanking(TiesStrategy tiesStrategy)
Create a NaturalRanking with the given TiesStrategy.
NaturalRanking(NaNStrategy nanStrategy)
Create a NaturalRanking with the given NaNStrategy.
NaturalRanking(RandomGenerator randomGenerator)
Create a NaturalRanking with TiesStrategy.RANDOM and the given RandomGenerator as the source of random data.
NaturalRanking()
Create a NaturalRanking with default strategies for handling ties and NaNs.