Skip to content

Commit

Permalink
Extra doc-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley committed May 30, 2022
1 parent d05df84 commit 4a15578
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

## Specifies how to handle ranking of equal values.
type Rank_Method
## Use the mean of all ranks for equal values.
type Average
Expand All @@ -9,7 +10,8 @@ type Rank_Method
## Use the highest of all ranks for equal values.
type Maximum

## Use same rank value for equal values and next group is
## Use same rank value for equal values and next group is the immediate
following ranking number.
type Dense

## Equal values are assigned the next rank in order that they occur.
Expand Down

0 comments on commit 4a15578

Please sign in to comment.