搜索资源列表
ModifyShiftAverageRegress
- 移动平均预测 ModifyShiftAverageRegress.cs 移动平均也可画趋势图,如下: public double forecast(int interval) 移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值 public override double[] getTrendArray() 得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。
Newton-InterpolationMCLLoca
- 利用牛顿插值蒙特卡洛法定位移动节点,画出节点运动轨迹并画出定位未知节点轨迹,最后进行误差分析-Using Newton Interpolation Monte Carlo method to locate the mobile node, the node trajectory draw and draw locate the unknown nodes track, the final error analysis