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

Investigate off-by-one error #38

Open
5 tasks
ehmatthes opened this issue May 19, 2024 · 0 comments
Open
5 tasks

Investigate off-by-one error #38

ehmatthes opened this issue May 19, 2024 · 0 comments

Comments

@ehmatthes
Copy link
Owner

In preparing slides for a recent talk, I realized the algorithm for finding critical points is not implemented correctly. It's not examining all the preceding points that could make a point critical. The current implementation is valid, because that implementation is what's been evaluated. But, I should clean up that algorithm and then re-run the analysis.

  • Look at code for finding critical points. Update to look backwards from current point, not forwards from 5 hours ago.
  • Re-run analysis to determine optimal critical factors.
  • Re-evaluate confusion matrix.
  • Update real-time tool to incorporate these changes.
  • Communicate this change.
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

1 participant