英文参考:http://www.incrediblecharts.com/indicators/exponential_moving_average.php Exponential moving averages are recommended as the most reliable of the basic moving average types. They provide an element of weighting, with each preceding day given pro
原文地址: http://blog.csdn.net/qustmeng/article/details/52186378?locationNum=4&fps=1 import java.util.LinkedList; import java.util.List; public class Demo { /** * 二次指数平滑法求预测值 * @param list 基础数据集合 * @param year 未来第几期 * @param modu