covarianceMLE(a,b)

Returns the maximum likelihood estimate covariance of arrays a and b.

covarianceMLE(a)

Returns the maximum likelihood estimate covariance matrix of the columns of matrix a.


Example


a = ( 1, 2, 3 );

b = ( 3, 4, 6 );

covarianceMLE( a, b )

1.0