Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored Spike Contrast method #1

Merged
merged 34 commits into from
Sep 15, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1405966
faster mean_firing_rate for a typical use case (#331)
dizcza Jun 22, 2020
91c03c4
Timescale function option to return nan if there are few spikes (<=2)…
morales-gregorio Jun 30, 2020
dea2ec4
Build documentation in Travis (#335)
dizcza Jul 27, 2020
e55a6bf
Removed deprecation warnings from 0.7.0 (#306)
dizcza Jul 27, 2020
0779731
don't use nan
dizcza Aug 1, 2020
97482bc
don't pad with zeros
dizcza Aug 1, 2020
4b20fce
bin_shrink_factor parameter
dizcza Aug 1, 2020
89dcdae
precompute edges for _binning_half_overlap
dizcza Aug 1, 2020
352e8fb
deal with spiketrains of length 1
dizcza Aug 4, 2020
7548c0d
return trace optionally
dizcza Aug 4, 2020
9007517
ASSET optimized probability_matrix_analytical and looping in _jsf_uni…
dizcza Aug 5, 2020
9e67193
Naming convention (binsize -> bin_size, etc.) (#316)
dizcza Aug 7, 2020
fe7b86d
Release v0.8.0 (#340)
dizcza Aug 7, 2020
3abf36f
Merge branch 'master' into pr/spike_contrast
dizcza Aug 19, 2020
c41e06b
all quantities
dizcza Aug 19, 2020
277c8de
python2 issues
dizcza Aug 19, 2020
d56246c
python2 issues again
dizcza Aug 19, 2020
63b1f4c
Update acknowledgments.rst
mdenker Aug 28, 2020
4bd2703
added __all__ in elephant modules (#342)
dizcza Aug 31, 2020
82ffa0d
Added a warning in fanofactor function when the input spiketrains var…
dizcza Aug 31, 2020
9529f14
Merge commit 'refs/pull/338/head' of github.com:NeuralEnsemble/elepha…
dizcza Sep 1, 2020
a8aec14
fixed wrong default min_bin units
dizcza Sep 1, 2020
ff1c8a8
naming
dizcza Sep 1, 2020
0dc27b3
download & unzip API
dizcza Sep 1, 2020
af3f7fd
Feature/inhomogeneous gamma (#339)
pbouss Sep 1, 2020
e7448ea
Added information on citing Elephant to documentation, fixed bib entr…
mdenker Sep 7, 2020
9d869b2
Three surrogate methods: Trial-shifting, Bin Shuffling, ISI dithering…
pbouss Sep 7, 2020
6f342aa
SPADE: New way to count patterns for multiple testing (#347)
pbouss Sep 7, 2020
f932dea
spike synchrony doc; take the first 5 networks to run the test
dizcza Sep 7, 2020
ec1919a
renamed test module
dizcza Sep 7, 2020
352f419
group spike train correlation, dissimilarity, and synchrony
dizcza Sep 7, 2020
ed94d54
tutorials: changed wget to curl for platform compatibility (#350)
pbouss Sep 9, 2020
48fc9b0
Time-domain pairwise Granger causality (#332)
rjurkus Sep 10, 2020
f54e254
Merge branch 'master' into pr/spike_contrast
dizcza Sep 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Time-domain pairwise Granger causality (NeuralEnsemble#332)
Co-authored-by: ackurth <a.kurth@fz-juelich.de>
Co-authored-by: ackurth <44397333+ackurth@users.noreply.github.com>
Co-authored-by: dizcza <dizcza@gmail.com>
Co-authored-by: Michael Denker <m.denker@fz-juelich.de>
  • Loading branch information
5 people authored Sep 10, 2020
commit 48fc9b03310921426438c55e684ace1dd5f03f71
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ doc/reference/toctree/asset/elephant.asset.synchronous*
doc/reference/toctree/parallel
doc/reference/toctree/statistics
doc/reference/toctree/unitary_event_analysis
doc/reference/toctree/causality
*.h5
# setup.py dist directory
dist
Expand Down
2 changes: 2 additions & 0 deletions doc/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Do you want to contribute to Elephant? Please refer to the
* Jan Lewen [1]
* Alexander Kleinjohann [1]
* Danylo Ulianych [1]
* Anno Kurth [1]
* Regimantas Jurkus [1]

1. Institute of Neuroscience and Medicine (INM-6), Computational and Systems Neuroscience & Institute for Advanced Simulation (IAS-6), Theoretical Neuroscience, Jülich Research Centre and JARA, Jülich, Germany
2. Unité de Neurosciences, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France
Expand Down
33 changes: 32 additions & 1 deletion doc/bib/elephant.bib
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
@article{Gruen02_43,
@misc{Ding06_0608035,
title={Granger Causality: Basic Theory and Application to Neuroscience},
author={Mingzhou Ding and Yonghong Chen and Steven L. Bressler},
year={2006},
eprint={q-bio/0608035},
archivePrefix={arXiv},
primaryClass={q-bio.QM}
}

@article{Granger69_424,
title={Investigating causal relations by econometric models and cross-spectral methods},
author={Granger, Clive WJ},
journal={Econometrica: journal of the Econometric Society},
volume={37},
pages={424--438},
year={1969},
doi={10.2307/1912791}
}

@article{Gruen02_43,
title = {Unitary events in multiple single-neuron spiking activity: I. Detection and significance},
author = {Gr{\"u}n, S. and Diesmann, M. and Aertsen, A.},
year = {2002},
Expand Down Expand Up @@ -63,6 +82,18 @@ @article{Riehle97_1950
doi = {10.1126/science.278.5345.1950}
}

@article{Seth07_1667,
author = {Seth, A. },
title = {Granger causality},
year = {2007},
journal = {Scholarpedia},
volume = {2},
number = {7},
pages = {1667},
doi = {10.4249/scholarpedia.1667},
note = {revision \#127333}
}

@article{Stella19_104022,
title = {3d-{SPADE}: {S}ignificance evaluation of spatio-temporal patterns of various temporal extents},
author = {Stella, A. and Quaglio, P. and Torre, E. and Gr{\"u}n, S.},
Expand Down
1 change: 1 addition & 0 deletions doc/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Function Reference by Module
:maxdepth: 1

reference/asset
reference/causality
reference/cell_assembly_detection
reference/change_point_detection
reference/conversion
Expand Down
5 changes: 5 additions & 0 deletions doc/reference/causality.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
==================
Causality measures
==================

.. automodule:: elephant.causality.granger
Empty file added elephant/causality/__init__.py
Empty file.
Loading