diff --git a/faq.html b/faq.html index 979e47a84..b322dc6f1 100644 --- a/faq.html +++ b/faq.html @@ -84,6 +84,36 @@ becomes selected, tap the overflow icon on the menu bar (it looks like three vertical dots), then select delete.
+To compute the score of a habit, the app uses the statistical method known as + exponential smoothing. Basically, it computes a weighted average that takes + into consideration every single repetition of the habit, from the very first + you started your habit until today. Recent repetitions are considered more + important than old ones, and have a larger impact on the score. This method has + many nice properties, including:
+ +The precise parameters on the formula were tweaked so that, if you perform a + new daily habit perfectly, the score reaches 80% after one month, 96% after two + months and 99% after three months. For non-daily habits, it takes longer to + reach the same percentages. If your habit is repeated every other day, for example, + then it takes two months to reach 80%, and if you habit is weekly, then it + takes seven months.
+