Hello,
I am struggling to apply the suggestions from the paper(Implications of Z-Normalization in the Matrix Profile) to SCAMP - CPU only at the moment- as while the formula is not too difficult, it's computaion is not local in code and I suck at statistics.
I was hoping for some guidence on how to implement it in SCAMP. My current thoughts are it needs to be calculated in the handle_row functions(where I think the correlation is being calculated). The standard deviation of the noise via SCAMPKernelInputArgs, requiring some extra members. The standard deviations of the subsquences are the variables normsa and normsb in handle_rows.
Would this be a suitable approach?
Thanks
Hello,
I am struggling to apply the suggestions from the paper(Implications of Z-Normalization in the Matrix Profile) to SCAMP - CPU only at the moment- as while the formula is not too difficult, it's computaion is not local in code and I suck at statistics.
I was hoping for some guidence on how to implement it in SCAMP. My current thoughts are it needs to be calculated in the handle_row functions(where I think the correlation is being calculated). The standard deviation of the noise via SCAMPKernelInputArgs, requiring some extra members. The standard deviations of the subsquences are the variables normsa and normsb in handle_rows.
Would this be a suitable approach?
Thanks