covarSampMatrix
Returns the sample covariance matrix over N variables.
Syntax
Arguments
Returned Value
Example
Query:
Result:
covarSampMatrix
Introduced in: v23.2
Returns the sample covariance matrix over N variables.
Syntax
Arguments
x1[, x2, ...]— One or more parameters over which to compute the sample covariance matrix.(U)Int*orFloat*orDecimal
Returned value
Returns the sample covariance matrix. Array(Array(Float64))
Examples
Basic sample covariance matrix calculation