iwfm.calib.rmse_calc¶ iwfm.calib.rmse_calc(predictions, targets)[source]¶ Return the RMSE between measured (targets) and simulated (predictions) values. Parameters: predictions (list) – simulated values targets (list) – observed values Return type: numpy array of RMSE values for each set of values