Handbook
Glossary
skewness ( stats -- n )
Vocabulary
math
.
statistics
.
running
Inputs
stats
an
object
Outputs
n
an
object
Definition
USING:
accessors
kernel
math
math.functions
;
IN:
math.statistics.running
:
skewness
( stats -- n )
[
n>>
sqrt
]
[
mom3>>
*
]
[
mom2>>
1.5
^
/
]
tri
;