diff --git a/stats.py b/stats.py index 115e4ec..7791779 100644 --- a/stats.py +++ b/stats.py @@ -169,7 +169,7 @@ def get_fsrs_stats(self: CollectionStats): + "
  • Load: an estimate of the average number of cards to be reviewed daily (assuming review at the scheduled time without advancing or postponing). Load = 1/I1 + 1/I2 + 1/I3 +...+ 1/In, where In is the current interval of the n-th card.
  • " + "
  • Count: the number of cards with FSRS memory states, excluding cards in the (re)learning stage.
  • " + "
  • Estimated total knowledge: the number of cards the user is expected to know today, calculated as the product of average predicted retention and count.
  • " - + "
  • Total time: the amount of time spent doing reviews in Anki. This does not include time spent on making/editing cards.
  • " + + "
  • Total time: the amount of time spent doing reviews in Anki. This does not include time spent on making and editing cards, as well as time spent on reviewing suspended and deleted cards.
  • " + "
  • Knowledge acquisition rate: the number of cards memorized per hour of actively doing reviews in Anki, calculated as the ratio of total knowledge and total time. Larger values indicate efficient learning. This metric can be used to compare different learners. If your collection is very young, this number may initially be very low or very high.
  • " + "" )