c ++中的自相关函数

时间:2014-10-09 09:22:52

标签: c++ boost

我对一系列数据中可能的趋势检测存在问题,由一个向量表示,该向量在循环的每一步都在增加。是否可以找到此向量的自相关以检测数据系列中的突然变化?

如果我很好奇,是否有人试图使用c ++ boost函数来计算这种情况下的自相关(可能是提升时间序列)?

一般来说,算法应该类似于

for (;;) {
    //calculate the number of interest;
    //push_back this number to a vector
    //autocorrelation of (vector, vector)
    //output the coefficient
}

0 个答案:

没有答案