syntheticAnomaly
Define the parameters of an anomaly model that can be injected into a time series
Since R2026a
Description
Add-On Required: This feature requires the Time Series Anomaly Detection for MATLAB add-on.
defines an anomaly model of type synthAnom = syntheticAnomaly(AnomalyType)AnomalyType that you can be introduce
to a time series, such as noise or outliers, using the injectAnomaly function.
Use syntheticAnomaly to create a model that augments measured or
simulated data with specific anomaly characteristics. You can then use this anomalous data
to validate trained anomaly detection models.
specifies additional options using name-value arguments. Each anomaly type has its own
unique set of name-value arguments.synthAnom = syntheticAnomaly(AnomalyType,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026a

