PstFrom with pre-generated pst-file #469
-
Hi, Is it possible to use the PstFrom class to preparere covariance matrices, jacobian matrices and more for a pst control file that has already been set-up? I have a Preprocessed control file and have been running pest-ies and glm successfully. However I experience lots of Bulls eye behaviour and odd looking parameter fields. Especially with the ies approach. Any advice? Sincerely |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think the main benefit of pstfrom is that it let's you more easily experiment with how you define parameters and observations (and prior covariances and weights/noise). If you want to setup some prior cov matrices (or ensembles) the underlying utilities are in pyemu helpers. But these same functionalities are also available in the pest utilities also... |
Beta Was this translation helpful? Give feedback.
-
In general if you want the posterior parameter realizations to have certain spatial patterns and characteristics, you need to bake those patterns and characteristics into the prior realizations. So you need to generate a prior parameter ensemble with your preferred correlation patterns. In ensemble methods regularization is enforced such that each realization is preferred to stay as much like it prior values as possible. So you gotta give ies meaningful prior realizations. |
Beta Was this translation helpful? Give feedback.
I think the main benefit of pstfrom is that it let's you more easily experiment with how you define parameters and observations (and prior covariances and weights/noise). If you want to setup some prior cov matrices (or ensembles) the underlying utilities are in pyemu helpers. But these same functionalities are also available in the pest utilities also...