MATRIX (kmatrix) functions


LIBRARY ROUTINE

lmcovar - compute the covariance matrix for a given set of data vectors

LIBRARY CALL

int lmcovar(
kobject in_obj,
kobject out_obj)

INPUT

OUTPUT

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.