open-spaced-repetition / srs-benchmark

A benchmark for spaced repetition schedulers/algorithms
https://github.com/open-spaced-repetition/fsrs4anki/wiki
62 stars 9 forks source link

Update analysis.py #99

Closed Expertium closed 3 months ago

Expertium commented 3 months ago

I realized that KDE uses weighting by sqrt(n(reviews)), while the other two estimates of mode don't, which is inconsistent. Now KDE also assigns equal weights to all datapoints.