搜索资源列表
AR(5)
- 利用AR模型进行时间序列预测的程序源代码,使用最小二乘估计法进行参数估计。拟合效果非常好。-use AR model for time series prediction of the source code, the use of least squares estimation method to estimate parameters. Fitting very good results.
AR.rar
- 运用自回归滑动平均模型进行预测的matlab 程序,The use of autoregressive moving average model to predict the matlab program
grade
- 设有一基于格型梯度算法的预测器,其输入 由的AR模型产生,本程序可以得出自适应预测器的曲线-There is a gradient algorithm based on the lattice of the predictor, the input generated by the AR model, the procedure can be drawn Curve Adaptive Predictor
AR
- AR预测程序matlab代码, AR预测程序matlab代码-AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,
2
- 本程序采用AR模型,可以用来进行电力负荷的预测-The program uses AR model can be used for power load forecast
AR
- ARMA预测程序源代码,经二阶差分后对油价进行预测的实例。-a program to predict the price of oil, using ARMA module
ar(5)
- 一个五阶的自回归短期预测模型的MATLAB程序-A AUTOREGRESSion model used to prediction
AR_P_Choose_AIC
- ARMA模型用于时间序列预测模型中P的选择原则,AIC原则程序-choose of p for AR model
containerforecast_stepwisefit
- 使用stepwise方法选择因变量的基于AR模型的时间序列预测程序-This alogrithm can select the predictors using step-wise policy and forecast the time series based on AR model.
AR
- matlab写的用于时间序列预测的AR模型的程序,对于线性的时间序列效果还是可以的。-Matlab written procedures for time series forecasting AR model, the linear effect of time-series.
AR-model
- 基于神经网络的一步预测程序,用于混响序列的目标回波检测-Step prediction procedure based on neural networks for reverb-echo sequence detection
felogit
- AR模型预测 MATLAB中常用的一些程序代码-AR model prediction in MATLAB to code
08582053AR
- AR预测模型算法实例,针对现在数据对未来数据进行预测,程序中给出油价实例非常实用!-AR prediction model algorithm examples, now for the future for data prediction, very useful!!
RLS
- 本程序基于一阶AR模型,u(n)=-0.99u(n-1)+v(n)的线性预测。白噪声v(n)方差0.995.FIR滤波器的抽头数为2.遗忘因子0.98.用RLS算法实现u(n)的线性预测。并附有仿真图片-This procedure is based on a first-order AR model, u (n) =-0.99u (n-1)+v (n) of the linear prediction. White noise v (n) the number of taps of the t
MS(k)-AR(p)
- 基于matlab的马尔科夫链回归预测,附带程序使用和说明。- regarading to Forecasting based on Matlab Markov Chain,with the incidental uses and descr iption.
acwhccts
- matlab程序可以实现了数据从OJRVrEZ文件的输入,ar模型预测,arma模型预测,卡尔曼滤波器模型预测,利用图形用户界面-Matlab program can realize the data input a OJRVrEZ file# A
awzxhjbi
- matlab程序可以实现了数据从IjHwTMH文件的输入,ar模型预测,arma模型预测,卡尔曼滤波器模型预测,利用图形用户界面编写 ,可以调节NoqYtbl环境,测试通过。-Matlab program can realize the data input a IjHwTMH file. AR model prediction, ARMA model prediction and forecasting model Kalman filter using a graphical user i
aywhibwr
- matlab程序可以实现了数据从VzTeFyv文件的输入,ar模型预测,arma模型预测,卡尔曼滤波器模型预测,利用图形用户界面编写 ,可以调节cmlbDSE环境,测试通过。-Matlab program can realize the data input a VzTeFyv file. AR model prediction, ARMA model prediction and forecasting model Kalman filter using a graphical user i
AR自回归模型
- 这是基于MATLAB软件的自回归模型,主要用来模拟预测时间序列,该程序同时可实现输出模型模拟结果等功能。