You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.
The date of the data I have is the monthly data from January 2010, February 2010 to December 2019.
I want to use AnomalyDetectionVec to find anomaly for the data.
I am wondering should I set period = 12 or else??? Can someone explain more in detail on how the period perimeter work in AnomalyDetectionVec.
The text was updated successfully, but these errors were encountered:
I also have some confusion on this point. I have long term (15 years) of monthly observations. The "period" I would think would be 12, denoting the number of months in a year, and the "longterm_period" would make sense as 12 in my case, but the latter has to be at least 2*period +1, so this is impossible. What am I missing here?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The date of the data I have is the monthly data from January 2010, February 2010 to December 2019.
I want to use AnomalyDetectionVec to find anomaly for the data.
I am wondering should I set period = 12 or else??? Can someone explain more in detail on how the period perimeter work in AnomalyDetectionVec.
The text was updated successfully, but these errors were encountered: