rwiot-utils {rrcov}R Documentation

Different utility functions to be used in rrcov and packages depending on rrcov

Description

Different utility functions to be used in rrcov and packages depending on rrcov:

Usage

    myscreeplot(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)

Arguments

A

A matrix.

tol

Optional numerical tolerance (compared to singular values).

sv

A vector of non-increasing singular values of a matrix A, if already computed.

rcov, ccov

Covariance matrices.

n

Number of rows.

p

Number of columns.

actual

Actual class membership.

predicted

Predicted class membership.

prior

Prior probabilities.

printit

Wheather to print the results.

Author(s)

Valentin Todorov valentin.todorov@chello.at


[Package rrcov version 1.3-4 Index]