文件名称:movingAveragePredict
介绍说明--下载内容均来自于网络,请自行研究使用
/** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/ ** * @ author jakcy_wu (wujichun) * * Forecast and Analysis -- This algorithm applies only to the affected cycle fluctuations or changes in the value of data * right * moving average algorithm current predictive value = (* initial value weights) Summation / n * * mime recognition of the right values (1,1,1), the last three from the right of the average * = value and the right value to be set. length * /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 735721movingaveragepredict.rar 列表 movingAveragePredict.java