搜索资源列表
模糊指数平滑
- 模糊指数平滑算法源程序,进行预测 计算.-fuzzy exponential smoothing algorithm source for projection.
56987432566
- 一本介绍如何利用线圈检测器和视频检测器来检测道路交通流量,使用遗传算法和指数平滑法来预测交通流量的书籍-a coil how to use detection devices and video detector to detect road traffic, the use of genetic algorithms and exponential smoothing method to predict traffic flow of books
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 smoothing data
zhishupinghuafa
- 数学建模用到的常见算法 指数平滑法
新建1 文本文档
- 指数平滑法预测数据-exponential smoothing forecast data
指数
- 二次指数平滑预测法和三次指数平滑预测法是普遍的预测方法,应用很广,本代码还包含其平滑系数的确定-quadratic exponential smoothing prediction and three exponential smoothing prediction is a common forecasting methods, a wide application, the code also includes its smooth determine the coefficient
time_seris
- 时间序列预测算法。支持5种常见的算法 移动平均 非线性回归 指数平滑等-ar, ardemo ma
zhishu
- 指数平滑法是对时间序列进行预测常用的方法之一,其理论基础是趋势外延,即未来一定时期内事物在数量上的演变特征不脱离过去的发展趋势,预测值是以前所有观测值的加权和,且对不同的数据给予不同的权数,越近期数据给予越大的权数,越远期的数据给予越小的权数。-Exponential smoothing method is commonly used to predict the time series one of the ways, the theoretical basis of the trend of
081105
- 基于MATLAB的组合模型 在港口吞吐量预测中的应用 以某港1998--2007年集装箱吞吐量为实测数据,建立其集装箱吞吐量的灰色理论、三次指数平滑、三次多项式 等预测模型,在MATLAB下,对比该港集装箱吞吐量各模型预测拟合值与实际值的差异。分析了差异产生的原因及其单一预 测模型的局限性,提出了港口集装箱吞吐量组合预测法。其预测误差明显低于其它单模型。运用组合预测模型.可以降低误 差。提高预测精度。-A combination of MATLAB-based model i
matlabforcast
- 基于灰色预测,指数平滑预测的几个MATLAB程序,对于预测类问题的数学建模,可以说是必备程序。我的导师给我传的。 funesm1,2,3分别为一二三次指数平滑预测程序 fungry为灰色预测程序 funcoef为时间序列预测程序 pudn为广大的编程爱好者提供了一个交流的平台,我在此先谢谢网站的工作人员,我也会努力编出好的程序,一起同大家分享。-Based on Gray predicted that the number of exponential smoothi
zuheyuce
- 时间序列,指数平滑法,灰色GM(1,1)模型,运用最优加权组合模型和经验加权组合模型-Combination Forecast
3ci
- 基于三次指数平滑法的程序代码 大家可以参开一下 模仿自己编程-Three exponential smoothing based on the program code to open what we can participate in imitation of their own programming
damai4
- 本包内为 WORD 文档,内涵四个程序代码,分别是利用BP网络和指数平滑法,对数据进行预测用的-WORD documents within the package, meaning the four program code, respectively, the use of BP networks and exponential smoothing, forecasting the data
sf1847
- 数据挖掘建模工具,轻易实现BP神经网络、RBF神经网络、灰色系统、决策树、决策表、贝叶斯、懒惰算法、支持向量机、K均值聚类、Apriori关联规则、HotSpot关联规则、回归分析、指数平滑、季节移动平均及组合等算法建模。-Data mining modeling tools, easy to achieve BP neural network, RBF neural network, gray system, decision tree, decision table, Bayesian, l
CODE
- 结合指数平滑法思想,利用二次指数平滑法实现销售预测-Exponential smoothing is an important means of prediction, the code, and the second exponential smoothing forecast
VaRest
- 通过构建对角平滑和指数平滑的方法,进行金融风险值得计算。-By building on the corner smoothing and exponential smoothing method, the calculation of financial risk worth.
Exponential smoothing model
- 计算指数平滑模型预测及预测值与真实值的统计量计算(Exponential smoothing model and prediction value statistic calculation)
spark-timeSeries
- 采用ARIMA模型(自回归积分滑动平均模型)+三次指数平滑法(Holt-Winters),用scala语言实现的在spark平台运行的分布式时间序列预测算法(Using the ARIMA model (autoregressive integral moving average model) + Holt-Winters (Holt-Winters), using scala language to achieve the spark platform to run the distribut
holtwinters
- 三次指数平滑法代码,用于时间序列数据的预测,调用部分还有点问题,欢迎大家指点交流学习(Prediction of holtwinters method)
MATLAB
- matlab中可用于预测的三次指数平滑法,针对有二次趋势的数据(Cubic exponential smoothing method for prediction)