Handbook
Glossary
power-mean ( seq p -- x )
Vocabulary
math
.
statistics
Inputs
seq
an
object
p
an
object
Outputs
x
an
object
Definition
USING:
kernel
math
math.functions
sequences
;
IN:
math.statistics
:
power-mean
( seq p -- x )
[
[
^
]
curry
map-sum
]
[
[
length
/
]
[
recip
^
]
bi*
]
2bi
;
inline