搜索资源列表
指数平滑法预测数据
- 指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k --
指数
- 二次指数平滑预测法和三次指数平滑预测法是普遍的预测方法,应用很广,本代码还包含其平滑系数的确定-quadratic exponential smoothing prediction and three exponential smoothing prediction is a common forecasting methods, a wide application, the code also includes its smooth
二次指数平滑法预测例子
- 二次指数平滑法预测例子
指数平滑法预测数据
- 指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k-- s
指数
- 二次指数平滑预测法和三次指数平滑预测法是普遍的预测方法,应用很广,本代码还包含其平滑系数的确定-quadratic exponential smoothing prediction and three exponential smoothing prediction is a common forecasting methods, a wide application, the code also includes its smooth
procast
- 指数平滑法是预测中的重要方法,本代码实现了,二次指数平滑法预测 -Exponential smoothing is an important means of prediction, the code, and the second exponential smoothing forecast
CODE
- 结合指数平滑法思想,利用二次指数平滑法实现销售预测-Exponential smoothing is an important means of prediction, the code, and the second exponential smoothing forecast
PingHua
- 运用二次指数平滑预测算法进行拟合,比最小二乘法拟合的效果好-Exponential smoothing forecast- works well
matlab
- matlab 的二次指数平滑法程序(Exponential Smoothing,ES) 希望对大家会有用-matlab secondary exponential smoothing procedure (Exponential Smoothing, ES)
ExponentialSmoothing
- 采用Matlab实现二次指数平滑模型的M文件,含示例数据-The Matlab double exponential smoothing model M file containing sample data
exponentialsmoothprediction
- 包含二次及三次指数平滑算法程序,预测程序示例所用为二次指数平滑算法,若需是三次平滑,替换相应部分程序即可-Includes secondary and smoothing algorithm procedures, the three indices to predict the sample used in the program for the second exponential smoothing algorithm For t
ercipinghuayuce
- 二次平滑预测的matlab程序,用于采用二次平滑指数模型进行预测的实现。-Two smoothing Matlab procedures, for the realization of the two exponential smoothing forecasting model
two-smooth-model-forecast
- 二次指数平滑预测模型,采用MATLAB仿真实现,无错误-Second exponential smoothing prediction model using MATLAB Simulation, no error
Quadratic-Exponential-Smoothing
- 二次指数平滑算法的仿真实现,测试中主要要调整参数阿尔法-Simulation secondary exponential smoothing algorithm, test parameters to be adjusted in the main Alpha
Quadratic-Exponential-Smoothing
- matlab例子,用二次指数平滑法预测并绘制散点图,附有说明- matlab example, with secondary exponential smoothing forecast and draw a scatter plot
ercizhishupinghua
- 二次指数平滑法是对一次指数平滑值作再一次指数平滑的方法。它不能单独地进行预测,必须与一次指数平滑法配合,建立预测的数学模型,然后运用数学模型确定预测值。一次移动平均法的两个限制因素在线性二次移动平均法中也才存在,线性二次指数,平滑法只利用三个数据和一个α值就可进行计算;在大多数情况下,一般更喜欢用线性二次指数平滑法作为预测方法-Second exponential smoothing method
指数模型
- 指数平滑法(Expinential smoothing method)的思想也是对时间序列进行修匀以消除不规则和随机的扰动。该方法是建立在如下基础上的加权平均法:即认为时间序列中的近期数据对未来值的影响比早期数据对未来值得影响更大。于是通过对时间序列的数据进行加权处理,越是近期的数据,其权数越大;反之,权数就越小。这样就将数据修匀了,并反映出时间序列中对预测时点值的影响程度。根据修匀的要求,可以有一次、二次甚至三次指数平滑。(Expon
two-smooth-algrithm
- matlab 仿真的二次指数平滑程序,对平稳序列预测效果好(matlab simulation of secondary exponential smoothing procedure, for stationary sequence predicted effect)
MATLAB
- matlab中可用于预测的三次指数平滑法,针对有二次趋势的数据(Cubic exponential smoothing method for prediction)