Handbook
Glossary
mode ( seq -- x )
Statistics
Prev:
medians ( seq -- lower upper )
Next:
population-std ( seq -- x )
Vocabulary
math
.
statistics
Inputs
seq
an
object
Outputs
x
an
object
Definition
USING:
assocs
sequences
;
IN:
math.statistics
:
mode
( seq -- x )
histogram
>alist
[
second
]
maximum-by
first
;