Contenuto principale

Additional Anomaly Detectors

Creation and workflow for additional anomaly detectors

The Statistical Process Control Detector incorporates industrial control techniques provided in Statistics and Machine Learning Toolbox™. Rather than using models, this detection approach uses statistical data to identify outliers.

Like machine learning models, Statistical process control detectors are quick to train, and provide a good starting point for developing a detector.

Apps

Time Series Anomaly DetectorInteractively create, train, test, and tune detectors for detecting anomalous behavior in time series (Since R2026a)

Functions

expand all

timeSeriesSpcADCreate an anomaly detector that applies statistical process control techniques to time series data (Since R2026a)
TimeSeriesSPCDetectorDetect subsequence anomalies in time series using statistical process control (Since R2026a)
trainTrain statistical process control (SPC) anomaly detector and obtain detection threshold (Since R2025a)
detectDetect anomalies in time series using a trained time statistical process control (SPC) detector model (Since R2026a)
updateDetectorUpdate settings of a trained statistical process control anomaly detector (Since R2026a)
plotHistogramPlot histogram of anomaly scores and detection threshold for statistical process control (SPC) anomaly detector (Since R2025a)
plotPlot detected anomalies and anomaly scores generated from time series anomaly detectors that are based on statistical process control (Since R2026a)
timeSeriesAnomalyMetricsCompute specialized evaluation metrics for time series anomaly detection (Since R2026a)

Topics