-
Notifications
You must be signed in to change notification settings - Fork 45
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
New way of automatically selecting a threshold for the estimation of the number of time points #173
Comments
The current |
This is a great idea! 🙌 I would be interested in seeing how effective an "easy" solution is before going forward with something that's a bit more computationally intense. For example, does using 2x SD or MAD outliers or e.g., the 95th percentile of the distribution work as a threshold for >~80% of the cases? If so, I don't think it makes sense to dedicate that much time to option two (despite agreeing with you both that it seems like the coolest option). |
Indeed, we agreed on testing the easy solutions first. We will work on it once #153 is merged. |
PR #153 merged, we can start working on this issue. |
I am gonna implement the STD solution and see how it works |
Guys do you think we should preserve |
It's a bit tough to say without seeing how you've implemented the alternative, but if you're no longer using the function at all then I see no reason to keep it, personally! |
so basically the function I am designing does the same as |
May I open a PR and we discuss it over the code? |
That'd be great! |
#183 merged, should we pause this? |
I think we can close this. If we'll have bug reports or we want to implement a new strategy, we can reopen it. |
good |
Detailed Description
The current part of the code that automatically selects and suggest a threshold for estimating the number of time points does not work properly. It calculates the first derivative of the trigger channel and sets a threshold on the positive values.
Context / Motivation
Suggesting and automatically selecting a threshold would be a very nice and useful feature for the project.
Possible Implementation
After a brief meeting yesterday, we thought of the following options to make this work:
Feel free to suggest possible solutions!
The text was updated successfully, but these errors were encountered: