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?