Description Usage Arguments Details Value Examples
Creates a covariance matrix
1 | mycovariance(X)
|
X |
data matrix |
This function creates a covariance matrix from a data matrix.
a covariance matrix
1 | X = matrix(runif(4*4), 4, 4); mycovariance(X)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.