GMS:MODFLOW Solution Properties Dialog: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 9: | Line 9: | ||
==Comment on different error values== | ==Comment on different error values== | ||
*Mean Residual – Average error for the observations. This can be misleading because the positive and negative errors can cancel. | *''Mean Residual'' – Average error for the observations. This can be misleading because the positive and negative errors can cancel. | ||
* Mean Absolute Residual – Mean of the absolute error values for the observations. This is a true mean, not allowing positive and negative errors to cancel. | * ''Mean Absolute Residual'' – Mean of the absolute error values for the observations. This is a true mean, not allowing positive and negative errors to cancel. | ||
* Root Mean Squared Residual – RMS is calculated by taking the average of the square of the errors for the observations and then taking its square root. This tends to give more weight to cases where a few extreme error values exist. | * ''Root Mean Squared Residual'' – RMS is calculated by taking the average of the square of the errors for the observations and then taking its square root. This tends to give more weight to cases where a few extreme error values exist. | ||
* Sum of Squared Weighted Residual – This is the error value that is minimized by a PEST run. | * ''Sum of Squared Weighted Residual'' – This is the error value that is minimized by a PEST run. | ||
===Point head observation errors=== | ===Point head observation errors=== | ||
* ''Mean Residual (Head)''. | |||
* ''Mean Absolute Residual (Head)''. | |||
* ''Root Mean Squared Residual (Head)''. | |||
===Flow observation errors=== | ===Flow observation errors=== | ||
* ''Mean Residual (Flow)''. | |||
* ''Mean Absolute Residual (Flow)''. | |||
* ''Root Mean Squared Residual (Flow)''. | |||
===Combined head and flow error values=== | ===Combined head and flow error values=== | ||
* ''Mean Weighted Residual (Head+Flow)''. | |||
* ''Mean Absolute Weighted Residual (Head+Flow)''. | |||
* ''Root Mean Squared Weighted Residual (Head+Flow)''. | |||
* ''Sum of Squared Weighted Residual (Head+Flow)''. | |||