Univariate and bivariate spiking statistics for the dLIF neuron model

Functions to calculate the statistics for the dLIF neuron model.

You are now following this Submission

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 (2026). 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 .

Categories

Find more on Neural Simulation in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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.