搜索资源列表
指数平滑法预测数据
- 指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k --
二次指数平滑法预测例子
- 二次指数平滑法预测例子
openforecast
- 搞算法预测的可以来看。有移动平均法,指数平滑法什么的。-engage algorithm can look at the forecast. A moving average, exponential smoothing method whatever.
新建1 文本文档
- 指数平滑法预测数据-exponential smoothing forecast data
指数平滑法预测数据
- 指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k-- s
用Welch法进行功率谱估计
- 考虑L的三个不同值:L=256(3个数据段),L=128(7个数据段)和L=64(15个数据段)。各自的谱估计图如上图所示。可以明显的看到,加窗明显的减小了频谱上的假谱峰,但也更加进一步平滑了谱峰。所以,对于L=64的情况,在ω=0.8π的谱线可以很确定的辨认,但是那两个靠近的谱峰不容易区分。对于L=128的情况,这种情况提供了在分离和检测间最好的均衡。当然,对于在L=256时的情况,效果是更好的,能够从谱估计图上明显的分辨出三条谱线的
saleforecast
- 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 。 本算法用指数平滑法预测数据-the algorithm using the least-squares method based on the designated function of M and N-known data and the curve-fitting. The algorithm used to predict exponential smooth
zhishupinghuafa
- 数学建模用到的常见算法 指数平滑法-Commonly used mathematical modeling algorithm exponential smoothing method
zhishu
- 指数平滑法是对时间序列进行预测常用的方法之一,其理论基础是趋势外延,即未来一定时期内事物在数量上的演变特征不脱离过去的发展趋势,预测值是以前所有观测值的加权和,且对不同的数据给予不同的权数,越近期数据给予越大的权数,越远期的数据给予越小的权数。-Exponential smoothing method is commonly used to predict the time series one of the ways, the the
procast
- 指数平滑法是预测中的重要方法,本代码实现了,二次指数平滑法预测 -Exponential smoothing is an important means of prediction, the code, and the second exponential smoothing forecast
zuheyuce
- 时间序列,指数平滑法,灰色GM(1,1)模型,运用最优加权组合模型和经验加权组合模型-Combination Forecast
yuchuli
- 振动信号预处理,主要为五点三次平滑法和平均法-Vibration signal pre-processing, mainly for the 5.3 second smoothing method and average method
3pinghua
- 基于三次指数平滑法的青岛港集装箱吞吐量预测 资料讲述了采用三次平滑法对吞吐量的预测细节 和思路-Based on the three exponential smoothing forecast container throughput of Qingdao port information about the use of three smoothing forecasts on the throughput of the detai
3ci
- 基于三次指数平滑法的程序代码 大家可以参开一下 模仿自己编程-Three exponential smoothing based on the program code to open what we can participate in imitation of their own programming
classic_spectrum_estimation
- 经典谱估计,其中包括的算法包括周期图法,平滑法BT法等经典算法~-classic spectrum estimation,including period,smooth,and BT,algorithms~
基于三次指数平滑法的程序代码 大家可以参开一下 模仿自己编程
- 基于三次指数平滑法的程序代码 大家可以参开一下 模仿自己编程
空间平滑法
- 空间平滑算法实现对阵列相干信号的到达角估计,包括前向与后向空间平滑法(The spatial smoothing algorithm can estimate the DOA of coherent array signals, including forward and backward spatial smoothing)
smoothing techniques
- 平滑法运用运筹学及计算机辅助管理原理,对其生产的产品——大屏幕彩色显视器(简称彩显)在市场上的营销历史和现状进行深入研究和分析,建立数学模型并运用计算机进行科学预测,制订未来时期的经营战略。(smoothing techniques)
指数平滑2python
- 指数平滑法的pathon下进行实现 含有原始数据举例预测(Patho implementation of exponential smoothing method)
MATLAB
- matlab中可用于预测的三次指数平滑法,针对有二次趋势的数据(Cubic exponential smoothing method for prediction)