cov ( {x} {y} -- cov )


Vocabulary
math.statistics

Inputs and outputs
{x}a sequence
{y}a sequence
cova 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