stats_covariance

Computes the covariance of two data sets

説明

float stats_covariance(array $a, array $b)

Returns the covariance of a and b.

パラメータ

a

The first array

b

The second array

戻り値

Returns the covariance of a and b, or false on failure.