- Practical Time Series Analysis
- Dr. Avishek Pal Dr. PKS Prakash
- 156字
- 2021-07-08 10:18:25
Internal structures of time series
In this section, we will conceptually explain the following special characteristics of time series data that requires its special mathematical treatment:
- General trend
- Seasonality
- Cyclical movements
- Unexpected variations
Most time series has of one or more of the aforementioned internal structures. Based on this notion, a time series can be expressed as xt = ft + st + ct + et, which is a sum of the trend, seasonal, cyclical, and irregular components in that order. Here, t is the time index at which observations about the series have been taken at t = 1,2,3 ...N successive and equally spaced points in time.
The objective of time series analysis is to decompose a time series into its constituent characteristics and develop mathematical models for each. These models are then used to understand what causes the observed behavior of the time series and to predict the series for future points in time.
- Cocos2D-X權(quán)威指南(第2版)
- Microsoft Application Virtualization Cookbook
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- 基于差分進化的優(yōu)化方法及應(yīng)用
- Mastering Linux Network Administration
- BIM概論及Revit精講
- Jenkins Continuous Integration Cookbook(Second Edition)
- Extending Puppet(Second Edition)
- Learning AngularJS for .NET Developers
- ExtJS Web應(yīng)用程序開發(fā)指南第2版
- Elasticsearch Essentials
- Three.js權(quán)威指南:在網(wǎng)頁上創(chuàng)建3D圖形和動畫的方法與實踐(原書第4版)
- Java Web開發(fā)基礎(chǔ)與案例教程
- Python深度學(xué)習(xí)(第2版)
- 數(shù)據(jù)結(jié)構(gòu)與算法詳解