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

Feature/inhomogeneous gamma #339

Merged
merged 14 commits into from
Sep 1, 2020

Conversation

pbouss
Copy link
Contributor

@pbouss pbouss commented Aug 4, 2020

Added a function to generate an inhomogeneous Gamma process

@pep8speaks
Copy link

pep8speaks commented Aug 4, 2020

Hello @pbouss! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2020-09-01 08:36:50 UTC

@coveralls
Copy link
Collaborator

coveralls commented Aug 4, 2020

Coverage Status

Coverage increased (+0.08%) to 89.067% when pulling 33aaf5b on INM-6:feature/inhomogeneous_gamma into fe7b86d on NeuralEnsemble:master.

Copy link
Member

@dizcza dizcza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not check the math, relying on that you know what ya doing.

@dizcza dizcza added the new functionality New modules, functions label Aug 31, 2020
@dizcza dizcza merged commit af3f7fd into NeuralEnsemble:master Sep 1, 2020
@dizcza dizcza deleted the feature/inhomogeneous_gamma branch September 1, 2020 14:16
BranchBroxy pushed a commit to BranchBroxy/elephant that referenced this pull request Sep 15, 2020
* faster mean_firing_rate for a typical use case (NeuralEnsemble#331)

* explicit doc of how the firing rate is computed

* Timescale function option to return nan if there are few spikes (<=2) (NeuralEnsemble#328)

* include option to return np.nan if spiketrains are too short and change raised error to more meaningful ones

* Build documentation in Travis (NeuralEnsemble#335)

* fixed _check_consistency in BinnedSpikeTrain and parallel.ipynb notebook

* added docs build in travis; fixed plt.eventplot(spiketrains)

* don't use conda-forge channel for python 2.7

* install extra requirements in docs build

* conda install pandoc

* travis hangs

* travis doc mpi error

* travis check if error is occurred

* Revert "travis check if error is occurred"

This reverts commit 3e59894.

* reverted travis

* Removed deprecation warnings from 0.7.0 (NeuralEnsemble#306)

* removed deprecation warning from unitary event analysis

* removed homogeneous_poisson_process_with_refr_period

* don't import pandas_bridge

* don't use nan

* don't pad with zeros

* bin_shrink_factor parameter

* precompute edges for _binning_half_overlap

* deal with spiketrains of length 1

* return trace optionally

* ASSET optimized probability_matrix_analytical and looping in _jsf_uniform_orderstat_3d (NeuralEnsemble#333)

* removed annoying short-lasting tranges
* vectorized probability_matrix_analytical
* ASSET iterate indices optimized
* replaced np.diff(prepend, append) by manually prepending and appending

Co-authored-by: Cristiano Köhler <c.koehler@fz-juelich.de>

* Naming convention (binsize -> bin_size, etc.) (NeuralEnsemble#316)

* Release v0.8.0 (NeuralEnsemble#340)

* all quantities

* python2 issues

* python2 issues again

* Update acknowledgments.rst

Added funding acknowledgements from HBP SGA3.

* added __all__ in elephant modules (NeuralEnsemble#342)

* Added a warning in fanofactor function when the input spiketrains vary in their durations (NeuralEnsemble#341)

* fixed wrong default min_bin units

* naming

* download & unzip API

* Feature/inhomogeneous gamma (NeuralEnsemble#339)

* Added information on citing Elephant to documentation, fixed bib entries (NeuralEnsemble#345)

* Added CITATION.txt file to manifest, so it's included in packages.

* Fixed doi entry to not include the doi resolver.

* Three surrogate methods: Trial-shifting, Bin Shuffling, ISI dithering (NeuralEnsemble#343)

Co-authored-by: stellalessandra <a.stella@fz-juelich.de>
Co-authored-by: p-bouss <peter.bouss@googlemail.com>
Co-authored-by: Cristiano Köhler <42555442+kohlerca@users.noreply.github.com>

* SPADE: New way to count patterns for multiple testing (NeuralEnsemble#347)

Co-authored-by: stellalessandra <a.stella@fz-juelich.de>
Co-authored-by: p-bouss <peter.bouss@googlemail.com>

* spike synchrony doc; take the first 5 networks to run the test

* renamed test module

* group spike train correlation, dissimilarity, and synchrony

* tutorials: changed wget to curl for platform compatibility (NeuralEnsemble#350)

* 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>

Co-authored-by: Aitor MG <43403140+morales-gregorio@users.noreply.github.com>
Co-authored-by: Cristiano Köhler <c.koehler@fz-juelich.de>
Co-authored-by: Michael Denker <m.denker@fz-juelich.de>
Co-authored-by: pbouss <34713558+pbouss@users.noreply.github.com>
Co-authored-by: stellalessandra <a.stella@fz-juelich.de>
Co-authored-by: p-bouss <peter.bouss@googlemail.com>
Co-authored-by: Cristiano Köhler <42555442+kohlerca@users.noreply.github.com>
Co-authored-by: Regimantas Jurkus <regimantas.jurkus@gmail.com>
Co-authored-by: ackurth <a.kurth@fz-juelich.de>
Co-authored-by: ackurth <44397333+ackurth@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new functionality New modules, functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants