MSE {StatRank}R Documentation

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

Description

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

Usage

MSE(A, B)

Arguments

A

first matrix

B

second matrix

Value

MSE divergence

Examples

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

[Package StatRank version 0.0.6 Index]