搜索资源列表
Rayleigh_fading
- 利用P阶自回归模型AR(P)仿真瑞利衰落信道
AR
- 随机信号处理AR自回归模型,谱分析的一种重要方法
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
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
dsp_ar
- 数字信号处理的自回归模型matlab的仿真程序-The autoregressive model digital signal processing matlab simulation program
hoyw
- AR模型的Yule-Walker方程.1927年,Yule提出用线性回归方程来模拟一个时间序列。Yule的工作实际上成了现代谱估计中最重要的方法——参数模型法谱估计的基础。Walker利用Yule的分析方法研究了衰减正弦时间序列,得出Yule-Walker方程,可以说,Yule和Walker都是开拓自回归模型的先锋。-The Higher-Order Yule-Walker method.
matlabsar
- 空间自回归模型MATLAB编好的程序,自己的数据,替换下就行-Spatial autoregression model MATLAB programmed procedures, its own data, replace on the line
AR_with_remove
- 时间序列分析,AR模型,用于流数据预测与滤波 输入参数:y为原始数据矩阵,p为AR模型的阶数,la为自回归模型的遗忘系数 输出参数:预测值,置信区间,离群点等-Time series analysis, AR model for prediction and filtering data stream input parameters: y original data matrix, p is the order of the AR model, la self-forgetting c
sar_panel_FE
- 本函数用于估计固定效应面板空间自回归模型-computes spatial lag model estimates for spatial panels
sar_panel_RE
- 本函数用于估计随机效应面板空间自回归模型- computes spatial lag model estimates for spatial panels
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)
贝叶斯向量自回归MATLAB代码
- 使用matlab实现贝叶斯向量自回归模型,可用于经济学中的预测(It can realize Bayesian vector autoregressive model, and it can be used to predict in economics.)
AR自回归模型
- 这是基于MATLAB软件的自回归模型,主要用来模拟预测时间序列,该程序同时可实现输出模型模拟结果等功能。