Skip to content

Commit

Permalink
Adding smoothing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Aug 5, 2023
1 parent fc9ad71 commit a5f66e5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Some silly scripts to do stuff I do all the time.

self
finding_points
smoothing
checking_time_vectors

14 changes: 14 additions & 0 deletions docs/source/smoothing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
*********
Smoothing
*********

.. currentmodule:: datkit

.. autofunction:: moving_average

.. autofunction:: gaussian_smoothing

.. autofunction:: window_size

.. autofunction:: haar_downsample

0 comments on commit a5f66e5

Please sign in to comment.