This function compute the mean absolute error between 2 matrices

MAE(M1, M2)

Arguments

M1

First matrix.

M2

Second matrix

Value

This function return the mean absolute error between the 2 matrices.