Dear friends,
Steps challenge 14 will start on Friday April 20th and will run for 31 days. This is how it works:
- You put down $50
- You set a daily goal for yourself (e.g. 10000 steps a day or 6000 steps or 19000 steps a day)
- We discard your three worst days in the challenge
- Your daily score is calculated as log(#daily_steps / goal)
- We sum your daily scores to get your total score
- You win if your total score is not negative
- All winners will get $40 back
- The rest of the money ($10 from everyone and $40 from those who lost) will be distributed among the winners proportional to their total number of steps * their goal
- Don’t have Fitbit? No problem! Please update us daily of your device steps
- Technical difficulties? Please let one of us know ASAP
- How well are you doing? Click on your name (and others) and compare: https://synchronization.github.io/challenge/
Please send your $50 to one of the organizers:
- sahar.ayazian AT gmail.com
- fmmirzaei AT gmail.com
- roozbeh.daneshvar AT gmail.com
Thanks for being a part of this challenge!
Best,
Sahar, Faraz, Roozbeh
Appendix: How do we calculate “average log steps”?
average log steps = EXP(SUM(LN(#DAILY_STEPS / goal)) / (NUMBER_OF_DAYS))*goal
In which the SUM is calculated over the n-3 best days and NUMBER_OF_DAYS=n-3
Appendix: How do we calculate the prize?
extra prize = (average steps * goal) / (total of average steps * goal for every participant)
After taking the three vacation days into account
We encourage you to make a copy of the spreadsheet and play with the formula to have a better sense of how it works.