Skip to content
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

Add ripple size metric #7

Open
edeno opened this issue Dec 18, 2023 · 2 comments
Open

Add ripple size metric #7

edeno opened this issue Dec 18, 2023 · 2 comments
Assignees

Comments

@edeno
Copy link
Contributor

edeno commented Dec 18, 2023

maximum threshold ( in units of sd) at which the event would still be detected (ie be above for >15ms or whatever your time threshold was)

@edeno edeno self-assigned this Dec 18, 2023
@Izalpaiva
Copy link

Is there also a metric to regulate the maximum size of the ripple event ?

@edeno
Copy link
Contributor Author

edeno commented Sep 5, 2024

You can find all the metrics computed here:

def _get_event_stats(event_times, time, zscore_metric, speed):

There is a metric that calculates the max ripple size (in units of standard deviations). You can threshold the dataframe as needed based on that metric.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants