calc_E1 {UNDO}R Documentation

function calculating the E1 measurement

Description

A function used to calculate the E1 measurement when the real mixing matrix is provided

Usage

calc_E1(A, Aest)

Arguments

A

real mixing matrix

Aest

estimated mixing matrix

Value

E1 measurement (numeric)

Author(s)

Niya Wang <wangny@vt.edu>

Examples

A <- matrix(runif(4),2,2)
Aest <- matrix(runif(4),2,2)
E1 <- calc_E1(A,Aest)  # to calculate the similarity of two randowm 2*2 matrix


[Package UNDO version 1.36.0 Index]