Nat

org.saddle.RankTie$.Nat$
object Nat extends RankTie

Take the rank according to natural (input) order

 Vec(3,6,6,4).rank(tie = stats.RankTie.Nat) == Vec[Double](1,3,4,2)

Attributes

Graph
Supertypes
trait RankTie
class Object
trait Matchable
class Any
Self type
Nat.type
In this article