Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Synonym: Root Mean Square Deviation (RMSD) = Root Mean Square Error (RMSE)


A number characterising characterizing the model prediction quality ( goodness of fit ) between the datasets of a given variable 𝑥variable

LaTeX Math Inline
bodyx
 and its estimator 𝑥̂ 
LaTeX Math Inline
body\hat x
 
:

LaTeX Math Block
anchor1
alignmentleft
RMSD(x, \hat x) = \sqrt{MSE(x, \hat x)} = \sqrt{  \frac{1}{n} \sum_{i=1}^n (x_i - \hat x_i)^2 }

...