搜索资源列表
线性预测及其MATLAB实现
- 线性预测及其MATLAB实现,论文资料,PDF文件
Matlab神经网络预测程序
- 用matlab编BP神经网络预测程序教程
神经网络预测CPI指数MATLAB源码
- 这是用BP神经网络通过MATLAB预测我国CPI指数的源码。以2010年4月前的CPI指数为原始数据,预测2010年4、5、6三月的CPI指数。
基于人工神经网络的时间序列预测matlab源代码
- 基于人工神经网络的时间序列预测matlab源代码
BP神经网络预测 matlab程序实现
- BP神经网络用于房价的预测 matlab程序实现
基于神经网络的matlab预测双色球
- 用matlab实现基于神经网络的双色球预测
预测系统
- 灰色预测模型称为CM模型,G为grey的第一个字母,M为model的第一个字母。GM(1,1)表示一阶的,一个变量的微分方程型预测模型。GM(1,1)是一阶单序列的线性动态模型,主要用于时间序列预测。 一、GM(1,1)建模 设有数列 共有 个观察值 对 作累加生成,得到新的数列 ,其元素 (5-1) 有: 对数列 ,可建立预测模型的白化形式方程, (5-2) 式中: ——为待估计参数。分别称为发展灰数和内生控制
BP预测
- 是MATLAB的BP预测程序,有实际参考价值,需要的就下吧-MATLAB BP is forecasting process, the practical reference value, we need it on the next
线性预测程序
- 下面是自编求线性预测系数的程序,MATLAB编写,可以使用-Below are seeking self coefficient of linear prediction procedures MATLAB prepared, you can use
基于bp神经网络的货运量预测matlab实现
- 基于bp神经网络的货运量预测matlab实现-bp- based neural network is forecast to achieve Matlab
一个主要用于预测和分类的源程序
- 开发环境:Matlab 简要说明:程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-development environment : Matlab brief descr iption : program includes the installation including : number, the total sample number,
RBF预测
- 应用径向基神经网络作预测的matlab程序-application RBFNN forecast for the Matlab procedures
用matlab预测bp源程序
- matbal编的bp算法,可以用来预测,有详细算法-matbal series bp algorithm can be used to predict a detailed algorithm
一个拟合预测的MATLAB源程序
- 一个相当好的拟合预测的MATLAB源程序-a very good fit forecast MATLAB source
MPC-MATLAB
- 基于matlab的预测控制仿真教程,英文版,非常详细,很有借鉴意义。-Matlab simulation-based predictive control tutorial, English, very detailed, useful reference.
神经网络预测
- BP神经网络来进行滚动预测,精度教高,拟合程度较好,适合做预测工具(BP neural network is used for rolling prediction, high accuracy, better fitting degree, suitable for predicting tools)
几种预测模型源程序
- matlab灰色预测模型 SCGM预测模型的程序(Grey forecasting model and SCGM forecasting model)
BP神经网络预测
- BP神经网络预测matlab的源代码,里面还附有公路运输的预测实例,只需修改数据即可。(BP neural network predicts the source code of matlab, which also includes a road transport prediction example, just need to modify the data.)
人口预测
- 时间序列的人口预测,采用三次指数平滑,还有灰色预测,有数据提供参考。(The population forecast of time series adopts three exponential smoothing and grey forecast, which provides reference for data.)
GM(1,1)matlab预测
- GM(1,1)matlab预测,很好的数学建模竞赛入门资料程序