population-cov ( x-seq y-seq -- cov )


Vocabulary
math.statistics

Inputs
x-seqa sequence
y-seqa sequence


Outputs
cova real number


Word description
Computes the covariance of two sequences, x-seq and y-seq.

See also
cov-ddof, sample-cov

Definition