fips.Estimator.RMSE#

property Estimator.RMSE: float#

Root mean square error (RMSE).

\[\begin{split}RMSE = \\sqrt{\\frac{(z - H\\hat{x})^2}{n_z}}\end{split}\]
Returns:

RMSE value.

Return type:

float