I'm building a model to detect anomalies in for multivariate data. At first stage I run VAR model every 10 min that predicts the next values, and when I get the values I calculate the Euclidean distance. I save a list of the distances for 30 days, and if a distance I got is larger than 90 Quantile, I call it as anomaly.
What are the problems. With this method? I was told I will get an anomaly every 100 min because I run the model every 10 min, but I don't understand exactly why.