Module Library

CORR Function

computes correlation coefficients

CORR( matrix)

where matrix is any n x m matrix, m is the number of variables, and n is the number of data points.

The CORR function returns an m x m matrix of correlation coefficients. It computes the correlation between variables for any multivariate numeric data.

Previous Page | Next Page | Top of Page