CubeLabsNZ / CubeTime

Simple, modern speedcubing timer with many utilities, built with SwiftUI & UIKit.
https://cubetime.app
GNU General Public License v3.0
100 stars 6 forks source link

Session median not accurate due to DNFs #164

Open GregoryCannon opened 1 year ago

GregoryCannon commented 1 year ago

The session mean and median are not accurate because they exclude DNFs. The mean makes sense because it's not clear what time to use for the DNFed solve, but for median it is very possible to include them in the calculation.

pdtxie commented 1 year ago

Yeah I was thinking of adding a toggle to switch between including and excluding DNFs in mean calculation. As for the median, definitely an oversight on my side. Will include DNFs in next update.