Mulai sekarangMulai gratis

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)

Latihan ini merupakan bagian dari kursus

Introduction to Anomaly Detection in R

Lihat Kursus

Latihan interaktif langsung praktik

Cobalah latihan ini dengan melengkapi kode contoh ini.

# Use Seasonal-Hybrid ESD for nitrate concentrations
river_anomalies <- AnomalyDetectionVec(___)
Edit dan Jalankan Kode