Handbook
Glossary
ste-ddof ( seq n -- x )
Statistics
Prev:
std-ddof ( seq n -- x )
Next:
var-ddof ( seq n -- x )
Vocabulary
math
.
statistics
Inputs
seq
an
object
n
an
object
Outputs
x
an
object
See also
population-ste
,
sample-ste
Definition
USING:
kernel
math
math.functions
sequences
;
IN:
math.statistics
:
ste-ddof
( seq n -- x )
[
std-ddof
]
curry
[
length
]
bi
sqrt
/
;