.. note:: :class: sphx-glr-download-link-note Click :ref:`here ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_plot_lagcrp.py: ============================= 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). .. image:: /auto_examples/images/sphx_glr_plot_lagcrp_001.png :class: sphx-glr-single-img .. code-block:: python # 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) .. _sphx_glr_download_auto_examples_plot_lagcrp.py: .. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-example .. container:: sphx-glr-download :download:`Download Python source code: plot_lagcrp.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: plot_lagcrp.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_