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

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)
कोड संपादित करें और चलाएँ