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.