corrMatrix
corrMatrix
Introduced in: v23.2
Computes the correlation matrix over N variables.
Syntax
Arguments
x1[, x2, ...]— One or more parameters for which to compute the correlation matrix over.(U)Int8/16/32/64orFloat*
Returned value
Returns the correlation matrix. Array(Array(Float64))
Examples
Basic correlation matrix calculation