搜索资源列表
SVM.SVM支持向量机的时间序列预测
- SVM支持向量机的时间序列预测、分类、自回归代码,SVM
p3181.rar
- 用奇异值和总体最小二乘法来求自滑动平均自回归的回归参数问题,Using singular value and the total least squares method for autoregressive moving average since the return parameters
AR.rar
- 运用自回归滑动平均模型进行预测的matlab 程序,The use of autoregressive moving average model to predict the matlab program
Model_ARIMA1
- 季节性移动自回归模型 可以进行时间序列的预测 尤其是季节性数据-S-Arima seaonal Arima model in matlab
backAR
- 二阶自回归信号模型AR(2) 希望能对大家有用 献给大家了-Signal model of second-order autoregressive AR (2) useful for all of us hope that we all have had a dedicated
recognaztion
- 在线签名鉴定,时间弯折算法,签名分段算法,自回归分析-Online signature identification, time bending algorithm, a signature sub-algorithm, since the regression analysis
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模型的推广。[1] 这个概念应当区别于金融风险管理的VaR模型。VaR模型是用于衡量市场风险和信用风险的大小,辅助金融机构进行风险管理和监管部门有效监管的工具(Autoregressive model and vector autoregressive model are the extension of AR model)
自回归模型课件与程序
- 自回归模型课件与程序,j机器学习;人工智能(Autoregressive model courseware and program, j machine learning)
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)
gdfm_toolbox_1.3
- 基于虑子方法拟合平滑转换向量自回归模型,包含若干分解算法(Fitting smooth transformation vector autoregressive model)
SSTVARToolbox
- 平滑转换向量自回归模型的估计、检验以及应用,包含若干子代码(The estimation, inspection and application of the smoothing transformation vector auto regression model contain several sub codes.)
贝叶斯向量自回归MATLAB代码
- 使用matlab实现贝叶斯向量自回归模型,可用于经济学中的预测(It can realize Bayesian vector autoregressive model, and it can be used to predict in economics.)
模拟验证一阶自回归模型中自回归系数
- 运用Python的数组和矩阵操作模拟验证一阶自回归模型中,自回归系数OLS估计量的有限样本偏差问题。(Python array and matrix operations are used to simulate and verify the finite sample bias of OLS estimator of autoregressive coefficient in the first-order autoregressive model.)
AR自回归模型
- 这是基于MATLAB软件的自回归模型,主要用来模拟预测时间序列,该程序同时可实现输出模型模拟结果等功能。