Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
cov ( {x} {y} -- cov )
Vocabulary
math.statistics
Inputs and outputs
{x}
a
sequence
{y}
a
sequence
cov
a real number
Word description
Computes the covariance of two sequences,
{x}
and
{y}
.
Definition
IN:
math.statistics
:
cov
( {x} {y} -- cov )
0
cov-ddof
;
inline