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

Fix kernels and statistics (instantaneous_rate & mean_firing_rate) #313

Merged
merged 23 commits into from
May 11, 2020
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
25 changes: 24 additions & 1 deletion doc/reference/toctree/kernels/elephant.kernels.AlphaKernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,27 @@ elephant.kernels.AlphaKernel
.. currentmodule:: elephant.kernels

.. autoclass:: AlphaKernel
:members: __call__, is_symmetric, boundary_enclosing_area_fraction, min_cutoff
:members:
:inherited-members:


.. rubric:: Methods

.. autosummary::

~AlphaKernel.__call__
~AlphaKernel.boundary_enclosing_area_fraction
~AlphaKernel.is_symmetric
~AlphaKernel.median_index





.. rubric:: Attributes

.. autosummary::

~AlphaKernel.min_cutoff


Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,27 @@ elephant.kernels.EpanechnikovLikeKernel
.. currentmodule:: elephant.kernels

.. autoclass:: EpanechnikovLikeKernel
:members: __call__, is_symmetric, boundary_enclosing_area_fraction, min_cutoff
:members:
:inherited-members:


.. rubric:: Methods

.. autosummary::

~EpanechnikovLikeKernel.__call__
~EpanechnikovLikeKernel.boundary_enclosing_area_fraction
~EpanechnikovLikeKernel.is_symmetric
~EpanechnikovLikeKernel.median_index





.. rubric:: Attributes

.. autosummary::

~EpanechnikovLikeKernel.min_cutoff


Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,27 @@ elephant.kernels.ExponentialKernel
.. currentmodule:: elephant.kernels

.. autoclass:: ExponentialKernel
:members: __call__, is_symmetric, boundary_enclosing_area_fraction, min_cutoff
:members:
:inherited-members:


.. rubric:: Methods

.. autosummary::

~ExponentialKernel.__call__
~ExponentialKernel.boundary_enclosing_area_fraction
~ExponentialKernel.is_symmetric
~ExponentialKernel.median_index





.. rubric:: Attributes

.. autosummary::

~ExponentialKernel.min_cutoff


Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@ elephant.kernels.GaussianKernel
.. currentmodule:: elephant.kernels

.. autoclass:: GaussianKernel
:members: __call__, is_symmetric, boundary_enclosing_area_fraction, min_cutoff
:members:
:inherited-members:


.. rubric:: Methods

.. autosummary::

~GaussianKernel.__call__
~GaussianKernel.boundary_enclosing_area_fraction
~GaussianKernel.is_symmetric
~GaussianKernel.median_index





.. rubric:: Attributes

.. autosummary::

~GaussianKernel.min_cutoff


8 changes: 0 additions & 8 deletions doc/reference/toctree/kernels/elephant.kernels.Kernel.rst

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,27 @@ elephant.kernels.LaplacianKernel
.. currentmodule:: elephant.kernels

.. autoclass:: LaplacianKernel
:members: __call__, is_symmetric, boundary_enclosing_area_fraction, min_cutoff
:members:
:inherited-members:


.. rubric:: Methods

.. autosummary::

~LaplacianKernel.__call__
~LaplacianKernel.boundary_enclosing_area_fraction
~LaplacianKernel.is_symmetric
~LaplacianKernel.median_index





.. rubric:: Attributes

.. autosummary::

~LaplacianKernel.min_cutoff


Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@ elephant.kernels.RectangularKernel
.. currentmodule:: elephant.kernels

.. autoclass:: RectangularKernel
:members: __call__, is_symmetric, boundary_enclosing_area_fraction, min_cutoff
:members:
:inherited-members:


.. rubric:: Methods

.. autosummary::

~RectangularKernel.__call__
~RectangularKernel.boundary_enclosing_area_fraction
~RectangularKernel.is_symmetric
~RectangularKernel.median_index





.. rubric:: Attributes

.. autosummary::

~RectangularKernel.min_cutoff


This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,27 @@ elephant.kernels.TriangularKernel
.. currentmodule:: elephant.kernels

.. autoclass:: TriangularKernel
:members: __call__, is_symmetric, boundary_enclosing_area_fraction, min_cutoff
:members:
:inherited-members:


.. rubric:: Methods

.. autosummary::

~TriangularKernel.__call__
~TriangularKernel.boundary_enclosing_area_fraction
~TriangularKernel.is_symmetric
~TriangularKernel.median_index





.. rubric:: Attributes

.. autosummary::

~TriangularKernel.min_cutoff


Loading