jsliacan / overtaking

Python project with code analyzing overtaking distances
MIT License
0 stars 0 forks source link

Distinguish long button presses from short ones #8

Closed jsliacan closed 7 months ago

jsliacan commented 1 year ago

As suggested by @Cycologista here, we could aggregate all button press lengths and check if we're seeing something bimodal and whether it's clear enough to use as a cut-off. The problem is that of 2 overlapping distributions (one for long presses, one for short presses). If the overlap is significant, we'll have big classification errors.

Even if this might not to serve as a reliable tell, it might at least increase the chances that our guess between oncoming/overtaking is right.