Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我随着时间的推移跟踪变量的值。我想实时检测变量的值是否正在爆发(其值异常增加)。我怎样才能做到这一点?
给定这个时间序列:1、3、5、6、9、8、7、4、2、1。
有人可以通过提供如何检测先前数据中的突发的计算向我解释吗?
您可以从计算一阶导数(变化率)开始,并将突发定义为一阶导数高于某个值。