Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

ReliabilityTools

Guides

  • Reliability Tools

Tech Notes

  • Outlier detection for financial time series

Symbols

  • AnomalyDetectionInterface
  • AnomalyFinder
  • CrowAMSAAForecast
  • GNNMonAnomalyDetection
  • GNNMonAnomalyDetector
  • GrowthTrackingPlot
  • IngestSeeqData
  • IngestXMLData
  • SimpleAnomalyDetection
AntonAntonov`ReliabilityTools`
AnomalyDetectionInterface
​
AnomalyDetectionInterface[ats,opts___]
makes an anomaly detection interface for a given association of time series
ats
.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
Here is a couple of random time series data:
In[1]:=
SeedRandom[33];​​aTS=AssociationThread[{"first","second"},{TimeSeries[RandomReal[{10,30},300]],TimeSeries[RandomReal[10,300]]}]
Out[1]=
firstTimeSeries
Time: 0 to 299
Data points: 300
,secondTimeSeries
Time: 0 to 299
Data points: 300

Make an anomaly detection interactive interface for that data:
In[2]:=
AnomalyDetectionInterface
[aTS,ImageSize300]
Out[2]=
SeeAlso
AnomalyFinder
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com