What is the name of this error? $\frac{\sum_i{(x_i-\hat{x}_i)^2}}{\sum_ix_i^2}$

58 Views Asked by At

Assume we use a machine learning algorithm for regression to estimate variables such that $\hat{x}_i$ estimates $x_i$. What is the following error called?

$$\frac{\sum_i{(x_i-\hat{x}_i)^2}}{\sum_ix_i^2}$$

It is similar to NMSE or MSE. Does it have a name?