rrcov-utils | R Documentation |
Different utility functions to be used in rrcov and packages depending on rrcov:
myscreeplot
Plots screeplots for two covariance matrices
mtxconfusion
Computes a confusion matrix between actual and predicted class membership
MATLAB-like functions
sqrtm
Returns the square root of a symetric positive definite matrix
ones
Returns a nxp matrix filled with ones
zeros
Returns a nxp matrix filled with zeros
vecnorm
Returns the norm of a vector
rankMM
Returns the rank of the matrix
repmat
Replicates a matrix
myscreeplot(rcov, ccov)
mtxconfusion(actual, predicted, prior = NULL, printit=FALSE)
sqrtm(A)
A |
A matrix. |
rcov , ccov |
Covariance matrices. |
actual |
Actual class membership. |
predicted |
Predicted class membership. |
prior |
Prior probabilities. |
printit |
Wheather to print the results. |
Valentin Todorov valentin.todorov@chello.at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.