This reverts commit fa06643bb6. Revert "Remove mean hit error calculation" This reverts commit b3c578e545.
fa06643bb6
b3c578e545
The `EventCount` variable wasn't factoring in that some results do not affect unstable rate. It would therefore become more incorrect as the play continued. Closes https://github.com/ppy/osu/issues/31712.
NextProcessableIndex
EventCount
Intended to address concerns raised in https://github.com/ppy/osu/pull/30620#issuecomment-2475744164.
It's not the 1970s. We can spare a few extra letters.
CalculateAverageHitError
HitEvent
Leading up to implementation of "local offset", this feels like a good thing to have visible first and foremost.
Also unifies UR calculation logic with the results screen statistic item to reduce duplication.