-
Notifications
You must be signed in to change notification settings - Fork 0
Extending new metrics to summaries table too #49
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
Conversation
jacobbeierle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like all these measures, which we talked about before developing. There is one more measure that would be useful for my opioid withdrawal work, which is latency to final bout. This would allow a quick and accessible measure of when jumping/recoil/etc behaviors resolve after precipitated withdrawal.
|
Chatted a bit with Gautam about what the actual proper technique should be for doing stats with partial representation of bouts. |
… the indexing reading
Implements new stats to summary tables
Related: #39
Adds additional statistics to summary tables:
avg_bout_duration: Average bout duration per animalbout_duration_std: Standard deviation of bout durationsbout_duration_var: Variance of bout durationslatency_to_first_bout: Frame number of first prediction in bin (first frame of first bout)latency_to_last_prediction: Frame number of last prediction in bin (last frame of last bout)Patches: