1

I am learning R and got some sort of stuck at the below issue:

In the anomaly detection function for vector (AnomalyDetectionVec()), the element period is defined as below:

"period Defines the number of observations in a single period, and used during seasonal decomposition."

I am unable to understand how to determine the value of "period" for a series of data.

Can someone explain?

Twitter Anomaly Detection

9rawin
  • 11
  • 1

1 Answers1

1

period: Defines the number of observations in a single period, and used during seasonal decomposition.

john zhang
  • 41
  • 2