搜索资源列表
MoveAverage
- 移动平均法源码,步长有5,10,30,内含一次指数平滑计算法,适合进行数据短 中 长期预测-Moving Average source, 5,10,30 step there, including an exponential smoothing method, suitable for short and long-term forecast data
jiancuo.c
- 原始数据的误差检错及平滑处理。可用于负荷预测或状态估计之前的数据处理,其它网站下载的。-The original data error detection and error smoothing. Can be used for load forecasting or state estimation before the data processing, other sites to download.
segyclass04
- 输入SEGY数据,带有拾取层位信息在道头中,程序根据指定道头,在时窗内进行信号加强。 原理是,沿时窗mix叠加,计算互相关值,修正时窗位置,平滑时窗,再做mix,然后按比例混波。-Input SEGY file with picked time information in trace headers. program will inhance the signals in picked time window.
Expressway-Exit-Data-OD
- 提出基于高速公路收费站进出口数据推算OD矩阵的一般方法。在缺乏初始OD矩阵的条件下,结合指数平滑法和无约束重力模型思想,通过VB编程反复迭代进行初始OD矩阵推算 利用组合模型预测高速公路各收费站出入口流量,通过弗雷特法进行OD分布推算。以沪宁高速公路为例证实此方法具有较高的精度。-Proposed highway toll station-based import and export data projections general OD matrix method. Lack of init
smoth
- 曲线数据三次样条平滑 X 一维实数组,存放数据点的横坐标 Y 一维实数组,存放数据点的纵坐标 !DY 一维实数组,存放数据Y的测量误差-Cubic spline smoothing curve data X one-dimensional real array, store data points abscissa
sim_ARMA(p-q)
- 时间序列移动平滑方法ARMA(p,q),可用于金融领域的时间序列数据预测-time series method ARMA(p,q),which is used for prediction
tre_smo
- 去除各种趋势项和数据平滑的方法,包括线性趋势项,二次多项式趋势项等。-Removal of various items and trend data smoothing methods, including linear trend term, quadratic polynomial trend items and the like.
mmsp
- 前后向平滑算法:算法的原理很简单,以五点三次平滑为例。取相邻的5个数据点,可以拟合出一条3次曲线来,然后用3次曲线上相应的位置的数据值作为滤波后结果。简单的说就是 Savitzky-Golay 滤波器 。只不过Savitzky-Golay 滤波器并不特殊考虑边界的几个数据点,而这个算法还特意把边上的几个点的数据拟合结果给推导了出来。-Before and after the smoothing algorithm: the principle of the algorithm is very s