MSE: Compute a mean square error between X and Y

Description Usage Arguments Value

Description

Compute the mean square error between X_t and Y_t, as

\frac{1}{n} ∑_{k=1}^n \|X_k-Y_k\|^2,

where \|\cdot\| denotes a Euclidian norm and n is the number of observations.

Usage

1
MSE(X, Y)

Arguments

X

first matrix to compare

Y

second matrix to compare

Value

Estimated mean square error


freqdom documentation built on May 2, 2019, 5:55 p.m.

Related to MSE in freqdom...