搜索资源列表
Simple-moving-average-method
- 简单移动平均法是指对由移动期数的连续移动所形成的各组数据,使用算术平均法计算各组数据的移动平均值,并将其作为下一期预测值。 简单的移动平均的计算公式如下: Ft=(At-1+At-2+At-3+…+At-n)/n 式中,Ft--对下一期的预测值; n--移动平均的时期个数; At-1--前期实际值; At-2,At-3和At-n分别表示前两期、前三期直至前n期的实际值。-Simple moving average method refers to the da
usefultool
- 计算协方差提供了便利,特别是考虑了半衰期;同时提供了一些其他常用的计算工具,例如decayma ewma等移动平滑计算;(It is convenient to calculate covariance, especially considering half-life. Some other common computing tools, such as decayma ewma and other mobile smoothing calculations, are also provide