Skip to content

Home

psyphy logo

Psychophysical Modeling and Adaptive Trial Placement

Documentation | Examples | Contributing

Install

1
2
3
4
# in your project root
python -m venv .venv
source .venv/bin/activate
pip install -e .

What is in psyphy?

  • Models: WPPM, priors, noise, task likelihoods
  • Inference: MAP, Langevin, Laplace
  • Posterior: wrappers and diagnostics
  • Trial placement: Placement strategies (acquisition functions) (e.g., grid, staircase, info gain)
  • Session: end-to-end orchestration of an experiment