lmcovar - compute the covariance matrix for a given set of data vectors
LIBRARY CALL
int lmcovar(
kobject in_obj,
kobject out_obj)
INPUT
in_obj - input data object
OUTPUT
out_obj - output covariance matrix object
RETURN VALUE
TRUE (1) on success, FALSE (0) otherwise
DESCRIPTION
lmcovar is used to compute the covariance matrix for the set
of data vectors supplied in the input data object. The
covariance matrix is computed for all w*h*d*t data vectors,
each of length e. The output will be of type DOUBLE or DCOMPLEX
depending on the input data object.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
Restrictions on data or input as applicable
MODIFICATION
none
FILES
$MATRIX/objects/library/kmatrix/src/lmcovar.c
SEE ALSO
kmatrix(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.