搜索资源列表
autoc
- 自回归模型相关的东东。-regression models related to the Eastern.
Rayleigh_fading
- 利用P阶自回归模型AR(P)仿真瑞利衰落信道
AR
- 随机信号处理AR自回归模型,谱分析的一种重要方法
AR.rar
- 运用自回归滑动平均模型进行预测的matlab 程序,The use of autoregressive moving average model to predict the matlab program
arima.rar
- 在matlab的环境下实现了自回归移动平均模型(arima),Matlab environment in the realization of the auto-regressive moving average model (arima)
AR
- 一个MATLAB程序,附有数据和详细计算过程,自回归模型到分析过程,下载看看就知道了-A MATLAB program, with data and detailed calculation process, since the regression model to the analysis process, download to see if the know
arfit1
- 多变量自回归模型matlab源码,可以简单方便地计算多变量自回归模型系数,谱结构等-multivariate autoregressive models
L_D
- 用Matlab程序实现P阶Levinson-Durbin算法。以一个2阶自回归模型(参数为b0=1, a1=0, a2=0.81)和一个2阶滑动平均模型(参数为b0=1, b1=1, b2=1)为例,选取观测数据长度为1000,分别用一个AR(2)模型和一个AR(10)阶模型来估计其功率谱。设激励信号模型的高斯白噪声的均值为0,方差为1。用Levinson-Durbin算法迭代计算AR模型参数,并用估计出的AR模型参数画出观测信号的功率谱。并对Levinson-Durbin算法的性能进行分析。-
zihuigui
- 这是我在做水文预测时写的一些自回归模型代码-This is what I was doing some hydrological forecasts from the regression model to write code
xiaobofenjie
- 和自回归模型一起写的小波模型,里面用到了自回归,自回归模型已上传-Since the regression model and the wavelet model with writing, which used the autoregressive, autoregressive models have been uploaded
source_model
- 盲信号分离的源信号模型,要更好的了解和利用时间序列的内在时间结构和复杂特性,通常可以采用相应的数学模型区近似描述各种类型的数据,该程序采用泛化自回归模型来产生盲源信号-Blind signal separation of the source signal model, we must better understand and leverage the structure of time series Neizai He Fuzatexing time can generally be ado
ar(5)
- 一个五阶的自回归短期预测模型的MATLAB程序-A AUTOREGRESSion model used to prediction
zihuigui
- 自回归模型,参数优化,应用预测,c#所写,测试准确-Since the regression model, parameter optimization, the application of prediction, c# written, accurate test
Ox-MSVAR
- 基于OX的马尔可夫向量自回归模型,估计、预测马尔可夫向量自回归。-OX based on the Markovian vector auto regression model
ARMA_model
- 自回归滑动平均模型(ARMA 模型,Auto-Regressive and Moving Average Model)是研究时间序列的重要方法,由自回归模型(简称AR模型)与滑动平均模型(简称MA模型)为基础“混合”构成。在市场研究中常用于长期追踪资料的研究,如:Panel研究中,用于消费行为模式变迁研究;在零售研究中,用于具有季节变动特征的销售量、市场规模的预测等(Auto-Regressive and Moving Average Model)
AR
- 基于现行自回归预测模型的MATLAB代码,通过历史数据预测当前数据并实时修正当前权重参数值(Based on the MATLAB code of the current autoregressive prediction model, the current data is predicted by historical data and the current weight parameter values are corrected in real time)
Untitled3
- 对输入信号进行AR自回归计算,计算出AR模型谱估计的值,对之后的计算提供帮助。(AR autoregressive calculation for input signal)
ARIMA预测
- ARIMA整合移动平均自回归模型,时间序列预测分析方法之一,可用于股价预测。(ARIMA integrates moving average autoregressive model and time series forecasting analysis method, which can be used for stock price forecasting.)
贝叶斯向量自回归MATLAB代码
- 使用matlab实现贝叶斯向量自回归模型,可用于经济学中的预测(It can realize Bayesian vector autoregressive model, and it can be used to predict in economics.)
AR自回归模型
- 这是基于MATLAB软件的自回归模型,主要用来模拟预测时间序列,该程序同时可实现输出模型模拟结果等功能。