ar_model
版本 1.2.0.0 (1.7 KB) 作者:
Giacomo Alessandroni
AR_MODEL compute AR-models parameters of input signal using Yule-Walker method.
LAMBDA = AR_MODEL(Y, N) estimates an N:th order autoregressive polynomial model (AR) for time series Y:
y(t) + l_1 * y(t-1) + l_2 * y(t-2) + ... +l_N * y(t-N) = e(t)
Inputs:
Y: The time series to be modeled, a column vector of values. The data must be uniformly sampled.
N: The order of the AR model (positive integer)
Output:
LAMBDA: AR model delivered as an array where are [1 l_1 l_2 l_3 ... l_N].
The model is estimated using "Yule-Walker" approach with no windowing.
引用格式
Giacomo Alessandroni (2024). ar_model (https://www.mathworks.com/matlabcentral/fileexchange/42774-ar_model), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2012a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Simulink > Modeling >
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Signal Modeling >
- Computational Finance > Econometrics Toolbox > Conditional Mean Models >
在 Help Center 和 MATLAB Answers 中查找有关 Modeling 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!