cov

Syntax: cov([2,3,8,...],[1,3,4,...])

Description: Calculates the covariance for 2 matricies or 2 vectors.

Group: statistics

Note:

Example:

cov([3,4,5],[3,4,5])

Also see: mean, std

Implemented in: LambdaCOV.java