Calculate RMSE of x for the "true_val" (from STPK)
Definition: RMSE
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | x(:) |
sampling data |
||
| double precision, | intent(in) | :: | true_val |
reference data |
||
| double precision, | intent(out) | :: | anor |
RMSE |
||
| double precision, | intent(in), | optional | :: | undef |
missing value |