MSE: Calculates MSE between non-diagonal entries of two matrices...

Description Usage Arguments Value Examples

View source: R/Evaluation.R

Description

Calculates MSE between non-diagonal entries of two matrices if the diagonal elements are 0s

Usage

1
MSE(A, B)

Arguments

A

first matrix

B

second matrix

Value

MSE divergence

Examples

1
MSE(matrix(runif(25), nrow=5), matrix(runif(25), nrow=5))

StatRank documentation built on May 1, 2019, 8:22 p.m.