From 0f7a007f6164373954750170c733871b23ce6956 Mon Sep 17 00:00:00 2001 From: CyrilJl Date: Sun, 26 May 2024 13:17:28 +0200 Subject: [PATCH] up classes available --- docs/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index e1bd7d9..5aee09f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -55,7 +55,9 @@ Available Classes/Stats - ``BatchMax``: Compute the maximum value. - ``BatchMean``: Compute the mean. - ``BatchMin``: Compute the minimum value. +- ``BatchPeakToPeak``: Compute the difference between maximum and minimum. - ``BatchSum``: Compute the sum. +- ``BatchStd``: Compute the standard deviation. - ``BatchVar``: Compute the variance. For more details on usage and available classes, please refer to the documentation.