搜索资源列表
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.
burg.
- burg法估计AR(P)模型参数的算法。里面ef是前项误差bf是后项误差,mse是预测误差的均方值。程序的最后输出的是把各阶预测误差放在一个下三角距阵中-burg estimates the AR (p) model parameter algorithm. Ef is inside the former bf error is the latter error, mse is forecast error of the mean square value. Procedures for the
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,
niu
- 利用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.
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
THE-TIME-SERIES
- 该文介绍了时间序列经典方法,ARMA,ARIMA,AR模型用于解决各种平稳预测问题,并且附上了相应的程序,方便读者运用-This paper introduces the classical time series methods, ARMA, ARIMA, AR model is used to solve a variety of stationary prediction problem, and attach the appropriate procedures to facilitat
MS(k)-AR(p)
- 基于matlab的马尔科夫链回归预测,附带程序使用和说明。- regarading to Forecasting based on Matlab Markov Chain,with the incidental uses and descr iption.
AR自回归模型
- 这是基于MATLAB软件的自回归模型,主要用来模拟预测时间序列,该程序同时可实现输出模型模拟结果等功能。