Description Usage Arguments Value
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.
1 | MSE(X, Y)
|
X |
first matrix to compare |
Y |
second matrix to compare |
Estimated mean square error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.