Univariate and bivariate spiking statistics for the dLIF neuron model

Version 1.9.0.0 (49.4 KB) by Robert
Functions to calculate the statistics for the dLIF neuron model.
591 Downloads
Updated 5 Apr 2011

View License

Functions to calculate the statistics for the dLIF model described in the paper ``Mechanisms that modulate the transfer of spiking correlations'' by Robert Rosenbaum and Kresimir Josic, published in Neural Computation, 2011.

The first few lines of code in each function converts the system with leak (I_L>0) into an equivalent one without leak (I_L=0). The calculations are then carried out for the no-leak model.

See the README file and the comments within each function for instructions and more information.

The example files (Example1.m and Example2.m) might also be helpful.

Cite As

Robert (2024). Univariate and bivariate spiking statistics for the dLIF neuron model (https://www.mathworks.com/matlabcentral/fileexchange/28686-univariate-and-bivariate-spiking-statistics-for-the-dlif-neuron-model), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Neural Simulation in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.9.0.0

Updated description.

1.8.0.0

Improved the speed and robustness of bivstat.m using a QR decomposition for sparse matrices.

Added two example programs.

Improved the readme file.

Removed some extraneous files.

Replaced missing files.

1.6.0.0

Improved the speed and robustness of bivstat.m using a QR decomposition for sparse matrices.

Added two example files.

Improved the readme file.

Removed some extraneous files.

1.5.0.0

I improved the speed and robustness of bivstat.m using a QR decomposition for sparse matrices.

I added two example files.

I improved the readme file.