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 Trap Rate Correction #22

Open
ryankinzer opened this issue Sep 22, 2023 · 1 comment
Open

Add Trap Rate Correction #22

ryankinzer opened this issue Sep 22, 2023 · 1 comment

Comments

@ryankinzer
Copy link
Contributor

We need to adjust the trap valid ruleset. Currently it evaluates if the actual trap catch is within the expected catch using the window count and the estimated trap rate. However, we have not adjusted the window count for night time passage and during periods of high night-time passage we are labelling the trap as invalid.

We should also consider changing the rule set to be based on sample sizes and not the window to keep the two streams of information independent. For example, the trap is invalid if the number of possible tags is less than 30 and/or the trapped tags is less than 7.

@KevinSee
Copy link
Owner

Makes sense to me that we should adjust the window count for night passage before checking about invalid trap data.

I hear you about trying to keep the two streams of information independent. Just not sure how to best keep the trap info completely separate from the window counts, since for a given trap rate you'd expect more fish in the trap during periods when window counts are high, and I'm not sure how else to identify high/low periods of overall passage. But very open to the discussion.

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

No branches or pull requests

2 participants