View source: R/covariance_signcm.R
signcm | R Documentation |
calculates the spatial sign covariance matrix (:= SCM)
signcm(x, center = F)
center |
: boolean. If True center data using spatial median Default = False |
X |
: N x p matrix |
C : Spatial covariance matrix
smed0 : spatial median. Computed only if center = True
x <- matrix(rnorm(9), 3, 3) signcm(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.