tagtime / TagTime

Stochastic Time Tracking for Space Cadets
http://tagti.me
Other
367 stars 51 forks source link

Fix schedule.py, add min_delta option #13

Closed tomjack closed 12 years ago

tomjack commented 12 years ago

This fixes the minor bug in schedule.py, and adds a min_delta option.

I'm curious how setting min_delta affects the estimates produced from TagTime data, but min_delta=1s like in the Android implementation seems wise.

tomjack commented 12 years ago

Suppose on average it takes you 10s to tag your time. Then with min_delta=1s, would the estimates for time spent tagging time be 9/10 what they should be?