Detect
======

Drift
^^^^^
.. autofunction:: indsl.detect.drift

Oscillations
^^^^^^^^^^^^
.. autofunction:: indsl.detect.oscillation_detector.oscillation_detector

.. topic:: Examples:

    * :ref:`sphx_glr_auto_examples_detect_plot_oscillation_detection.py`

Change Point detector: ED-PELT
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.detect.cpd_ed_pelt

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_detect_plot_ssd_cpd.py`

Change Point detector: CUSUM
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.detect.cusum

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_detect_plot_cusum.py`

Steady State detector: change point
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.detect.ssd_cpd

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_detect_plot_ssd_cpd.py`

Steady State detector: variance filter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.detect.ssid

Steady State detector: variable moving average
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.detect.vma

Unchanged signal identification
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: indsl.detect.unchanged_signal_detector.unchanged_signal_detector

.. topic:: Examples:

   * :ref:`sphx_glr_auto_examples_detect_plot_unchanged_signal_detection.py`
