powered by
calc_E1(A, Aest)
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
Run the code above in your browser using DataLab