搜索资源列表
arfit
- AR 模型拟合,解决多变量自回归 (AR) 模型的参数估计问题-AR model fitting, since the settlement multivariable regression (AR) model parameter estimation problems
Rayleigh_fading
- 利用P阶自回归模型AR(P)仿真瑞利衰落信道
AR
- 随机信号处理AR自回归模型,谱分析的一种重要方法
AR.rar
- 运用自回归滑动平均模型进行预测的matlab 程序,The use of autoregressive moving average model to predict the matlab program
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算法的性能进行分析。-
TestAr
- AR算法,回归算法,可根据此代码完成一阶自回归、N阶自回归、自回归与移动平均等算法。-AR
MARBURG
- 根据Burg算法估计AR(自回归)模型参数。-According to Burg algorithm to estimate AR (AR) model parameters.
BVAR_Gibbs
- 贝叶斯分析,比较复杂的自回归分析。VAR模型,注意比AR要先进的多!-Bayesian estimation, prediction and impulse response analysis in VAR models using the Gibbs sampler.
ar(5)
- 一个五阶的自回归短期预测模型的MATLAB程序-A AUTOREGRESSion model used to prediction
AR_fburg
- 该程序模拟了雷达照射区域存在多个点目标,利用线性自回归的方法进行目标估计,包括burg,Yule-Walker法AR 谱估计和修正的协方差谱估计。-The program simulates the radar of the irradiated region there are multiple points of the target, using linear target is estimated from the regression method, including burg, Y
AR
- AR.m是自回归模型的简单程序实现,可用于对平稳数据的处理分析与预报。-AR. M is the simple program of autoregressive model, can be used to smooth data processing analysis and forecast.
AR
- 一个简单的matlab程序,用于实现自回归AR模型。- U4E00 u4E2A u7B80 u5355 u7684matlab u7A0B u5E8F uFF0C u7528 u4E8E u5B9E u73B0 u81EA u56DE u5F52AR u6A21 u578B u3002
Linear-autoregressive-(AR)-method
- 基于Kaimal谱与线性自回归(AR)法,生成脉动风速。-Based on Kaimal spectrum and linear autoregressive (AR) method, the pulsating wind speed is generated.
ARMA
- ARMA 模型(Auto-Regressive and Moving Average Model)是研究时间序列的重要方法,由自回归模型(简称AR模型)与滑动平均模型(简称MA模型)为基础“混合”构成。在市场研究中常用于长期追踪资料的研究,如:Panel研究中,用于消费行为模式变迁研究;在零售研究中,用于具有季节变动特征的销售量、市场规模的预测等。(ARMA model is an important method for studying time series. It is composed
arorder
- 在时间序列的预测模型中,需要就算自回归模型的p阶数,以这个函数是用来估计AR阶数的,便于构建自回归滑动平均模型,来预测未来事物的发展趋势。(This function estimates AR order)
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)
AR
- AR自回归线性滤波器法模拟风速时程曲线,MATLAB(AR autoregressive linear filter method is used to simulate wind speed time history curve, MATLAB)
Untitled3
- 对输入信号进行AR自回归计算,计算出AR模型谱估计的值,对之后的计算提供帮助。(AR autoregressive calculation for input signal)
AR自回归模型
- 这是基于MATLAB软件的自回归模型,主要用来模拟预测时间序列,该程序同时可实现输出模型模拟结果等功能。