搜索资源列表
PreArSp
- 小波分解和自回归线性模型相结合用来进行预测的matlab源码-wavelet decomposition and self-linear regression models used to predict combination of Matlab FOSS
ekf1153
- 卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全包含噪声的测量(英文:measurement)中,估计动态系统的状态。 -Kalman Filter is a highly efficient recursive filter (autoregressive filter), It can complete a series of noise measurements included (in English : measurement). Dynamic Syste
Rayleigh_fading
- 利用P阶自回归模型AR(P)仿真瑞利衰落信道
AR
- 随机信号处理AR自回归模型,谱分析的一种重要方法
逐步回归的matlab小程序
- 一个逐步回归的matlab小程序,帮助自学者学习。
BVAR
- 贝叶斯的自回归程序,很棒,比一般的VA要强大的多
SVM.SVM支持向量机的时间序列预测
- SVM支持向量机的时间序列预测、分类、自回归代码,SVM
mr.zip
- matlab自回归马尔可夫转换模型仿真估计与预测,matlab autoregressive Markov switching model simulation estimates and projections
carima.rar
- 基于受控自回归积分滑动平均 (CARIMA)模型控对象的预测控制程序,Points based on the controlled auto-regressive moving average (CARIMA) Model Predictive Control control procedures
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算法的性能进行分析。-
Timeseriers
- 对加拿大山猫捕获数量进行时间序列分析,建立自回归方程,并对未来的捕获数量进行了预测-To capture the number of Canadian lynx time-series analysis, since the regression equation, and the future was predicted to capture the number of
zihuigui
- 这是我在做水文预测时写的一些自回归模型代码-This is what I was doing some hydrological forecasts from the regression model to write code
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
kuozhankaermanlvboqi
- 卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全包含噪声的测量(英文:measurement)中,估计动态系统的状态。-Kalman filter is an efficient recursive filter (autoregressive filter), which can contain from a series of incomplete measurement of noise (in English: measurement) is estimate
ar(5)
- 一个五阶的自回归短期预测模型的MATLAB程序-A AUTOREGRESSion model used to prediction
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)
振动信号分析
- 对机械类振动信号处理,幅值谱,相位谱,自功率谱,自回归谱等(For mechanical vibration signal processing, amplitude spectrum, phase spectrum, self power spectrum, auto regression spectrum, etc.)
贝叶斯向量自回归MATLAB代码
- 使用matlab实现贝叶斯向量自回归模型,可用于经济学中的预测(It can realize Bayesian vector autoregressive model, and it can be used to predict in economics.)
AR自回归模型
- 这是基于MATLAB软件的自回归模型,主要用来模拟预测时间序列,该程序同时可实现输出模型模拟结果等功能。