Fit#
Tools for fitting models to free-recall data.
The fit module provides tools for fitting a model to
free-recall data. Models can inherit from the Recall class and
implement subject-level methods for evaluating likelihood and simulating
data. The model class will then have access to high-level methods for
evaluating, fitting, and simulating models.
Utilities#
|
Prepare study and recall data for simulation. |
|
Prepare study phase data for simulation. |
|
Get best results from a repeated search. |
|
Add recall sequences to a study DataFrame. |
Model evaluation#
|
Base class for evaluating a model of free recall. |
|
Log likelihood of data for one subject based on a given model. |
|
Log likelihood summed over all subjects. |
Parameter estimation#
|
Fit a model to data for one subject. |
|
Fit parameters to individual subjects. |
Generating simulated data#
|
Generate simulated data for one subject. |
|
Generate simulated data for all subjects. |
Characterizing model parameters#
|
Simulate data with varying parameters. |
|
Run multiple iterations of parameter recovery. |