Plot probability of first recallΒΆ

This example plots the probability of an item being recalled first given its list position.

../_images/sphx_glr_plot_pfr_001.png
# Code source: Andrew Heusser
# License: MIT

# import
import quail

#load data
egg = quail.load('example')

# analyze and plot
fegg = egg.analyze('pfr', listgroup=['average']*8)

fegg.plot(title='Probability of First Recall')

Total running time of the script: ( 0 minutes 12.532 seconds)

Gallery generated by Sphinx-Gallery