Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.31 KB

CBEM

Code to fit spike trains with the Conductance-based encoding model.

Contains Python and Matlab implementations of the analyses found in Latimer et al. 2014.

Downloading the repository

Example Matlab Script

Open exampleScript.m to see it in action using a small simulated dataset

Python code

The pyCBEM code uses a Python + Jax implementation of the CBEM for retinal ganglion cells. The notebook "exampleCBEMfitting.ipynb" shows how to use this.

References