From a5f66e5519a296203743d31d3a58cb069ff3df33 Mon Sep 17 00:00:00 2001 From: Michael Clerx Date: Sat, 5 Aug 2023 20:58:09 +0100 Subject: [PATCH] Adding smoothing functions --- docs/source/index.rst | 1 + docs/source/smoothing.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/source/smoothing.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index b0687d5..a590bd7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,5 +10,6 @@ Some silly scripts to do stuff I do all the time. self finding_points + smoothing checking_time_vectors diff --git a/docs/source/smoothing.rst b/docs/source/smoothing.rst new file mode 100644 index 0000000..ee700ac --- /dev/null +++ b/docs/source/smoothing.rst @@ -0,0 +1,14 @@ +********* +Smoothing +********* + +.. currentmodule:: datkit + +.. autofunction:: moving_average + +.. autofunction:: gaussian_smoothing + +.. autofunction:: window_size + +.. autofunction:: haar_downsample +