Skip to content

PsychoAnalyze

Psychophysics analysis in Python.

PyPI - Python Version Code style: black

Open In Colab

Installation

$ pip install psychoanalyze

Dashboard

See what psychoanalyze can do by visiting our dashboard.

Usage

import psychoanalyze as pa

Generate 100 random Bernoulli trials where x (the intensity of the modulated stimulus dimension) is chosen from x=-4 to x=4:

trials = pa.trial.generate(100,list(range(-4,5)))
trials.T