corrcoef
Correlation coefficients
Syntax
R = corrcoef(M)
Input argument
M - a vector or matrix
Output argument
R - Correlation coefficients of M.
Description
R = corrcoef(M) returns the matrix of correlation coefficients for M, where the columns of M represent random variables and the rows represent observations.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated