Plot Lag-CRPΒΆ

This example plots a Lag-CRP as described in Kahana et al (1996). Given the recall of a stimulus in position n, this plot shows the probability of recalling stimuli in neighboring stimulus positions (n+/-5).

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

# import
import quail

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

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

fegg.plot(title='Lag-CRP')

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

Gallery generated by Sphinx-Gallery