.. _anomaly_detectors:

Anomaly detectors
=================

Base
----

.. currentmodule:: skchange.anomaly_detectors
.. autosummary::
    :toctree: auto_generated/
    :template: class.rst

    CollectiveAnomalyDetector
    SubsetCollectiveAnomalyDetector
    PointAnomalyDetector

Collective anomaly detectors
----------------------------
.. currentmodule:: skchange.anomaly_detectors

.. autosummary::
    :toctree: auto_generated/
    :template: class.rst

    CAPA
    CircularBinarySegmentation
    StatThresholdAnomaliser

Subset collective anomaly detectors
-----------------------------
.. currentmodule:: skchange.anomaly_detectors

.. autosummary::
    :toctree: auto_generated/
    :template: class.rst

    MVCAPA
