Skip to main content

Response time modeling of psychology experiments

Project description

PsiReact

PyPI version DOI

Hierarchical Bayesian modeling of response time data.

This package currently implements the linear ballistic accumulator (LBA) model (Brown & Heathcote 2008), with potential for other decision models to be added later. LBA has a closed-form solution, making it mathmatically tractable, while capturing many important properties of response time distributions. Importantly, while many response time models only support simulation of tasks with only two response options, LBA can simulate tasks with many response options.

probability density function

In this example, there are 24 possible responses with different levels of support. Each curve shows the probability density function for one response according to the LBA model. The overall height of each curve reflects the probability of that response, and the shape reflects the probability of different response times.

PsiReact can be used to:

  • Fit data to estimate model parameters
  • Use hierarchical models to estimate both group-level tendencies and individual differences
  • Generate simulated response time data for analysis
  • Compare different models of response behavior

Installation

First, it is strongly recommended that you set up either a Conda environment or a Python virtual environment. This helps keep packages installed for different projects separate. For example, using Conda:

conda create -n psireact python=3.8
conda activate psireact

You can install the latest stable version of PsiReact using pip:

pip install psireact

You can also install the development version directly from the code repository on GitHub:

pip install git+git://github.com/mortonne/psireact

Getting started

To get an intuition for what sort of behavior the LBA model can produce, look at the LBA demo notebook. The LBA model can be used to both generate simulated data and to estimate parameters based on observed data. See the LBA parameter recovery notebook for examples. Also see examples of more complex hierachical models in the Nireact and PsiReact-Garnet projects.

Road map

Directions for future development:

  • notebook illustrating definition and use of a hierarchical model
  • support for additional response time models
  • testing and demo of maximum likelihood estimation

Citation

If you use PsiReact, please cite the following:

  • Morton NW, Schlichting ML, Preston AR. 2020. Representations of common event structure in medial temporal lobe and frontoparietal cortex support efficient inference. Proceedings of the National Academy of Sciences. 117(47): 29338-29345. doi:10.1073/pnas.1912338117.
  • Morton NW. 2020. PsiReact: Modeling of response time data. Zenodo. doi:10.5281/zenodo.4282757.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psireact-0.2.15.tar.gz (11.3 kB view hashes)

Uploaded Source

Built Distribution

psireact-0.2.15-py3-none-any.whl (22.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page