-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
min_error issues umbrella #203
Comments
Thanks for opening this issue Ben! |
Maybe a 'min_error' variable with dimension nsite that shows the input min error, and a 'model error' variable with dimensions (nsite, nmeasure) that is what error values are actually passed to the inversion for each site (which is the larger of the min_error and the pollution-scaled error) ? |
Thanks Ben! I'm working on incorporating some the PARIS formatting code into inversions, which I think will help with this. (E.g. in PARIS formatting,
So, if you use Going forward, reporting |
Also a warning for passing both |
I think having a single parameter would be far more elegant for |
After our discussion about min_error on Wednesday, I thought I would collate some of the issues here. So far my thoughts are:
min_error
and alsocalculate_min_error
. I did this by mistake today, and they produce conflicting behaviour -calculate_min_error
overridesmin_error
, but it's not clear this is what's happening when you pass both in the .ini filemin_error = 10.0
or similar is passed into the .ini file is as expected. The problem I've had is with verifying this : themin_model_error
variable and attribute are just the single value passed (or calculated by the residual/percentile method) repeatednmeasure
times. I think it would be more informative to have the output variable report 'epsilon', which is the error actually passed to the likelihood in L310 ofinversion_pymc.py
. This does vary with time, although in practice if a largemin_error
is specified it will default to this most of the time.Feel free to add other issues with min_error to this one - just thought I'd summarise here.
The text was updated successfully, but these errors were encountered: