From a887f8b6cc45c7132a3869c73abc8283b65a0009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Thu, 12 Oct 2023 17:48:10 +0200 Subject: [PATCH] fix Lib in documentation for adaptation index --- docs/source/eFeatures.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/eFeatures.rst b/docs/source/eFeatures.rst index 3b100b73..f4a7e004 100644 --- a/docs/source/eFeatures.rst +++ b/docs/source/eFeatures.rst @@ -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 @@ -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