==========================================
Data Denoising with Forward Moving Average
==========================================
:doc:`/SingleStepClassifiers/NonCausalStep/index`

The step applies the *Forward Moving Average* algorithm to denoise one-dimensional time series data. Note that the algorithm does not need the timestamp information to denoise the data.

.. rubric:: Input Parameters

1. One-dimensional time series data

2. Filter width

.. rubric:: Output Parameters

1. Denoised time series data

.. rubric:: Workflow

.. image:: workflow.svg


.. rubric:: Algorithm

:doc:`/Algorithms/ForwardMovingAverage/index`