-
Notifications
You must be signed in to change notification settings - Fork 93
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
Including methods for equilibration detection #543
Comments
Thanks for looking into our work! If you decide you want to include any of the methods, I would be very happy to open a PR. I've looked into the performance of a few of these methods on the outstanding equilibration issues I could find - please see here and here. Summarising across all the problematic time series:
The statistical inefficiency estimate the root(N) window method returns is usually a large underestimation, and so shouldn't be used for uncertainty estimation/ subsampling. So if you would like to include it, it seems sensible to separate the problems of equilibration detection and autocorrelation analysis. Thanks. |
@fjclark thanks so much for looking over this. This has been an issue for a while. I won't have time to give this the time/thought it needs for a couple of days, but wanted to make sure the conversation keeps going! |
One big question is whether the equilibration detection software is useful in enough context outside of pymbar that we should just have wrapper functions to |
No problem! Apologies for the slow reply.
Personally, I feel that the problems of equilibration detection/ statistical inefficiency estimation are independently important enough to justify a separate package. This seems to be the case for at least some other users, e.g. here. While the recommended equilibration detection methods in If you decide you would like to use the methods, I'm very happy to grant access/ transfer ownership of |
Posting that I am still interested in this, it may be a couple of weeks (about to travel) before I can sit down and think about what the right test cases are. Ping me again then. |
From https://github.com/fjclark/red, there are equilibration detection methods that are considered superior to those currently used in the
timeseries
module inpymbar
. I'm opening this issue to discuss the potential inclusion of these (or other) methods as the default for automated equilibration detection within the module.The text was updated successfully, but these errors were encountered: