Hi,
I am trying to test Numenta anomaly detection in a data coming from multiple data-streams.
I am trying to use the mathematical formula of applying convolution to each model and aggregating the results into a single anomaly likelihood value. (which is provided in the following paper [https://numenta.com/resources/papers/unsupervised-real-time-anomaly-detection-for-streaming-data/] )
First of all, is it implemented in the source codes of nupic or NAB benchmark? I went over the codes and didn’t find it.
Secondly, I tried to implement it, I could obtain the convolution value for each individual model. However, I have an issue in aggregating these values into the anomaly likelihood value. In the paper, it is stated that instead of multiplication of probabilities due to the precision issue, we have computed the sum of log probabilities. What I am confused about is that how to compute anomaly likelihood from the sum of log probabilities.
I would appreciate if anyone could help me in this matter.
Thank you.