शुरू करेंमुफ़्त में शुरू करें

Interpreting Seasonal-Hybrid ESD output

The Seasonal-Hybrid ESD algorithm provides some useful output for understanding where the anomalies occur within the data.

In particular, the AnomalyDetectionVec() function generates output as a list with the two elements

  • $anoms, a data frame containing the columns index and anoms
  • $plot a plot of the time series with anomalies highlighted (if plot = T)

यह अभ्यास पाठ्यक्रम का हिस्सा है

Introduction to Anomaly Detection in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Use Seasonal-Hybrid ESD for nitrate concentrations
river_anomalies <- AnomalyDetectionVec(___)
कोड संपादित करें और चलाएँ