Learn R Programming

StatRank (version 0.0.6)

MSE: 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

Run this code
MSE(matrix(runif(25), nrow=5), matrix(runif(25), nrow=5))

Run the code above in your browser using DataLab