https://github.com/elifesciences-publications/PopulationTracking
Raw File
Tip revision: 7e234b3d8afcf9e505d3418c339804b439e86810 authored by editorialelife on 10 April 2018, 14:54:46 UTC
Update README.md
Tip revision: 7e234b3
README.md

### This code is associated with the paper from O'Donnell et al., "Beyond excitation/inhibition imbalance in multidimensional models of neural circuit changes in brain disorders". eLife, 2017. http://dx.doi.org/10.7554/eLife.26724


# PopulationTracking
MATLAB code for implementing the Population Tracking neural data analysis method.

The model is explained in this paper:
http://biorxiv.org/content/early/2016/07/19/064717

No setup required. The following function files are included:

	fitPopTrack : fit the parameters of the Population Tracking model to binary neural population data.

	samplePopTrack: generate samples from the fitted model, given the parameters.

	compute_ak: calculate the set of normalization constants, needed for exact pattern probabilities.

	compute_px: calculate the predicted probability of a specific neural activity pattern, given the model parameters.

See the help functions of each file for more details.
back to top