搜索资源列表
ARMA-Java源代码
- 函数ARMA(data, p, q), 纯java代码。 里面有main函数,可以直接测试。 根据教科书的c++代码改的java代码。 只有一个文件,使用非常方便。 (注:这个代码应该不好找,因为matlab的armax转换成jar包是无法使用的,JSML又不是开源的) 对于想用java实现arma的程序员无疑还是很有用的。
ARMA 模型最大似然估计MATLAB例程
- ARMA 模型最大似然估计MATLAB例程,ARMA model maximum likelihood estimation
arma.rar
- ARMA模型建立程序,给出自相关序列,指定ARMA模型的P阶,Q阶参数,得出相应的参数值 function [bq ,ap]=armahat(rx,p,q),ARMA model for the establishment of procedures, to come from related sequences, designated the P-order ARMA model, Q-order parameters, the corresponding parameter value
arma.rar
- 针对ARMA的仿真源程序 对P, Q阶的求解,ARMA source for the simulation of P, Q-order solution
arma.rar
- 实现了求ARMA模型的两种算法,用matlab实现,ARMA model for the realization of the two algorithms, with the realization of matlab
ARMA
- 使用VC++对大量数据进行ARMA模型拟合,参数估计,检验-Use VC++ on the large amount of data ARMA model fitting, parameter estimation, testing
ARMA
- 通过使用ARMA算法对一系列数据进行预测,并分析预测规律-ARMA algorithm by using a series of data to predict and analyze the prediction rule
ARMA
- 基于matlab语言环境下的ARMA模型的参数估计 -Matlab language environment based on the ARMA model parameter estimation
ARandARMA
- 实现了数据从文件的输入,ar模型预测,arma模型预测,卡尔曼滤波器模型预测,利用图形用户界面编写-Realized the data from the file input, ar model predictions, arma model prediction, Kalman filter model predictions, using a graphical user interface for the preparation of
SignalProcessing-ARMA-LS
- 《现代信号处理》中关于利用最小二乘法估计ARMA模型的参数,并进行谐波恢复的仿真程序-err
DSP_C-MATLAB-FORTRAN
- 含有《数字信号处理-理论、算法与实现》一书中所涉及到的绝大部分算法,DSP_FORTRAN, DSP_C和DSP_MATLAB。DSP_FORTRAN和DSP_C各含有约40个信号处理的子程序。 用C语言编写的MA模型、ARMA模型及最小方差谱估计三个算法程序.-Contain " Digital Signal Processing- Theory, Algorithm and implementation of" one book relates to the v
arma_wind
- For generating wind speed model in ARMA
sm-matlab-2ed
- P. Stoica经典著作《Spectral Analysis of Signals》程序。包括AR模型、ARMA、MUSIC等40多个程序-P. Stoica classic " Spectral Analysis of Signals" procedures. Including the AR model, ARMA, MUSIC, such as more than 40 procedures
ARMA
- 时间序列分析模型:本程序的目的是模拟一个ARMA模型,然后进行时频归并。考察归并前后模型的变化。-ARMA
ARMA_Example
- ARMA 谱估计的若干种方法,ESPRIT.m bayesc.m AR.m 参数估计,阶数估计等等共9个文件-ARMA spectral estimation of a number of ways, ESPRIT.m bayesc.m AR.m parameter estimation, the order is estimated that a total of 9 files, etc.
ARMA
- 确定时间序列中的阶数的FPE或AIC准则的matlab代码。-Determine the order of time for the FPE or AIC criterion by matlab.
ARMA
- 本程序可实现ARMA的仿真结束估计,用matlab编写-This procedure enables the simulation end of the ARMA estimates prepared using matlab
arma
- ARMA模型的建立程序,适合初学者研究,欢迎下载-ARMA model program for beginners of, welcome to download
ARMA
- 该程序是对在已知和未知参数的情况下用最小二乘法估计观测数据的ARMA模型的AR参数的仿真。-The program is known and the unknown parameters in the case of observational data with least square method to estimate the ARMA model of AR parameters of simulation.
基于Matlab的ARMA模型时间序列分析法仿真
- 对ARMA时间序列模型在matlab上进行仿真实现。(The ARMA time series model is simulated on matlab.)