Handbook
Glossary
quantile-indices ( seq qs a b -- seq )
Vocabulary
math
.
statistics
Inputs
seq
an
object
qs
an
object
a
an
object
b
an
object
Outputs
seq
an
object
Definition
USING:
kernel
sequences
;
IN:
math.statistics
::
quantile-indices
( seq qs a b -- seq )
qs
[
[
a b seq
length
]
dip
quantile-x
]
map
;