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.
Latihan ini merupakan bagian dari kursus
Introduction to Anomaly Detection in R
Instruksi latihan
- Use the
AnomalyDetectionVecfunction to run the Hybrid-ESD algorithm over thenitrateconcentrations. - You will need to specify the input arguments:
x: a vector of valuesperiodthe period of any repeating pattern
Latihan interaktif langsung praktik
Cobalah latihan ini dengan melengkapi kode contoh ini.
# Run Seasonal-Hybrid ESD for nitrate concentrations
AnomalyDetectionVec(___, ___, direction = 'both', plot = T)