Skip to content

Commit

Permalink
Update stats.py (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Expertium committed Apr 25, 2024
1 parent 6b56930 commit 8dd0296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def get_fsrs_stats(self: CollectionStats):
+ "<li><b>Load</b>: an estimate of the average number of cards to be reviewed daily (assuming review at the scheduled time without advancing or postponing). Load = 1/I<sub>1</sub> + 1/I<sub>2</sub> + 1/I<sub>3</sub> +...+ 1/I<sub>n</sub>, where I<sub>n</sub> is the current interval of the n-th card.</li>"
+ "<li><b>Count</b>: the number of cards with FSRS memory states, excluding cards in the (re)learning stage.</li> "
+ "<li><b>Estimated total knowledge</b>: the number of cards the user is expected to know today, calculated as the product of average predicted retention and count.</li>"
+ "<li><b>Total time</b>: the amount of time spent doing reviews in Anki. This does not include time spent on making/editing cards.</li>"
+ "<li><b>Total time</b>: 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.</li>"
+ "<li><b>Knowledge acquisition rate</b>: 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.</li>"
+ "</ul></details>"
)
Expand Down

0 comments on commit 8dd0296

Please sign in to comment.