myscreeplot
Plots screeplots for two covariance matricesmtxconfusion
Computes a confusion matrix between actual and predicted class membershipsqrtm
Returns the square root of a symetric positive definite matrixones
Returns a nxp matrix filled with oneszeros
Returns a nxp matrix filled with zerosvecnorm
Returns the norm of a vectorrankMM
Returns the rank of the matrixrepmat
Replicates a matrixmyscreeplot(rcov, ccov)
mtxconfusion(actual, predicted, prior = NULL, printit=FALSE)
sqrtm(A)
rankMM(A, tol = NULL, sv = svd(A, 0, 0)$d)
ones(n=1, p=1)
zeros(n=1, p=1)
repmat(A, n, p)