- Practical Time Series Analysis
- Dr. Avishek Pal Dr. PKS Prakash
- 151字
- 2021-07-08 10:18:26
Run sequence plot
A simple run sequence plot of the original time series with time on x-axis and the variable on y-axis is good for indicating the following properties of the time series:
- Movements in mean of the series
- Shifts in variance
- Presence of outliers
The following figure is the run sequence plot of a hypothetical time series that is obtained from the mathematical formulation xt = (At + B) sin(t) + ?(t) with a time-dependent mean and error ?(t) that varies with a normal distribution N(0, at + b) variance. Additionally, a few exceptionally high and low observations are also included as outliers.
In cases such as this, a run sequence plot is an effective way of identifying shifting mean and variance of the series as well as outliers. The plot of the de-trended time series of the CO2 concentrations is an example of a run sequence plot.
- Java應用與實戰
- C語言程序設計基礎與實驗指導
- Apache Spark Graph Processing
- Learn Swift by Building Applications
- PhpStorm Cookbook
- SharePoint Development with the SharePoint Framework
- SQL 經典實例
- 軟件項目管理實用教程
- Angular應用程序開發指南
- BeagleBone Robotic Projects(Second Edition)
- Android Studio Cookbook
- C++程序設計教程
- Visual C++程序設計與項目實踐
- Microsoft Dynamics GP 2013 Cookbook
- C++服務器開發精髓