What is the ARX model
In today's data-driven era, the ARX model serves as an important system identification tool and is widely used in engineering, economics and science. This article will introduce in detail the definition, principle, application scenarios of the ARX model, as well as related discussions on hot topics across the Internet in the past 10 days.
1. Definition and principle of ARX model

The full name of the ARX model isAutoRegressive with eXogenous inputs model, is a linear dynamic system identification method. The core idea is to predict the current output value through historical output data and external input data.
The basic mathematical expression of the ARX model is:
y(t) + a₁y(t-1) + ... + aₙy(t-n) = b₁u(t-1) + ... + bₘu(t-m) + e(t)
Among them:
| symbol | meaning |
|---|---|
| y(t) | Output at the current moment |
| y(t-i) | Historical output data |
| u(t-j) | Historical input data |
| aᵢ, bⱼ | Model parameters |
| e(t) | noise term |
| n, m | Model order |
2. Characteristics of the ARX model
1.linear structure: The model form is simple and convenient for theoretical analysis and practical application.
2.recognizability: Parameters can be estimated efficiently by standard methods such as least squares
3.real-time: Suitable for online system identification and control
4.Scalability: Can be developed into more complex models such as ARMAX and OE
3. Application fields of ARX model
| field | Specific applications |
|---|---|
| industrial control | Process control, robot control |
| Economics | Time series forecasting, macroeconomic modeling |
| signal processing | Speech recognition, image processing |
| environmental science | Meteorological prediction, hydrological modeling |
| medical health | Physiological signal analysis, disease prediction |
4. ARX-related discussions among hot topics on the Internet in the past 10 days
Through the analysis of network hot spots in the past 10 days, we found that the ARX model was frequently mentioned in the following topics:
| Date | hot topics | Relevance |
|---|---|---|
| 2023-11-01 | Industry 4.0 and intelligent control | high |
| 2023-11-03 | Time Series Forecasting Competition | in |
| 2023-11-05 | ChatGPT and system modeling | low |
| 2023-11-07 | New energy power generation forecast | high |
| 2023-11-09 | Medical AI Diagnosis System | in |
5. Advantages and limitations of the ARX model
Advantages:
1. High computational efficiency, suitable for real-time systems
2. Solid theoretical foundation and reliable parameter estimation
3. The model structure is transparent and easy to explain.
Limitations:
1. Only applicable to linear systems
2. Strong assumptions about noise
3. Difficulty handling highly nonlinear relationships
6. Future development of ARX model
With the development of deep learning, ARX models are being combined with methods such as neural networks to form new hybrid modeling methods. At the same time, in a big data environment, the efficiency of the ARX model makes it still of great value in fields such as edge computing.
7. Recommended learning resources
| Resource type | Recommended content |
|---|---|
| Textbook | "System Identification: Theory and Application" |
| Online courses | Coursera System Identification Special Course |
| Open source tools | Python's SciPy and MATLAB system identification toolbox |
| research paper | IEEE Transactions on Automatic Control related papers |
Through the introduction of this article, I believe that readers have a comprehensive understanding of the ARX model. As a basic method for system identification, the ARX model still has important value in today's digital transformation and is worthy of in-depth study and application.
check the details
check the details