.FloatArrayStat.Covariance (gb.gsl)
Function Covariance ( Other As Float[] [ , Mean As Float, MeanOther As Float ] ) As Float
 
Return the covariance of the array data and of the 
Other array data (that must be the same size).
  - 
If Mean is not specified, then the mean is computed from the array data.
- 
If MeanOther is not specified, then the other mean is computed from the other array data.
See also