เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

Seasonal Hybrid ESD algorithm

You've identified a repeating seasonal cycle in the nitrate data, with a period of 12 months. You are now ready to apply the Seasonal-Hybrid ESD algorithm to find out if there are anomalies present in the data.

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

Introduction to Anomaly Detection in R

ดูคอร์ส

คำแนะนำการฝึกหัด

  • Use the AnomalyDetectionVec function to run the Hybrid-ESD algorithm over the nitrate concentrations.
  • You will need to specify the input arguments:
  • x: a vector of values
  • period the period of any repeating pattern

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ

ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์

# Run Seasonal-Hybrid ESD for nitrate concentrations
AnomalyDetectionVec(___, ___, direction = 'both', plot = T)
แก้ไขและรันโค้ด