Skip to content

Commit

Permalink
Merge pull request #320 from AurelienJaquier/fixdoc
Browse files Browse the repository at this point in the history
fix Lib in documentation for adaptation index
  • Loading branch information
AurelienJaquier authored Oct 12, 2023
2 parents 010be6c + a887f8b commit cd209f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/eFeatures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ The first ISI can be taken into account if ignore_first_ISI is set to 0.
irregularity_index = numpy.mean(numpy.absolute(ISI_values[1:] - ISI_values[:-1]))


`LibV5`_ : adaptation_index
`LibV1`_ : adaptation_index
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Normalized average difference of two consecutive ISIs, skipping the first ISIs
Expand Down Expand Up @@ -319,7 +319,7 @@ The adaptation index is zero for a constant firing rate and bigger than zero for
adaptation_index = numpy.mean(ISI_sum / ISI_sub)


`LibV5`_ : adaptation_index_2
`LibV1`_ : adaptation_index_2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Normalized average difference of two consecutive ISIs, starting at the second ISI
Expand Down

0 comments on commit cd209f2

Please sign in to comment.