2011
DOI: 10.25080/majora-ebaa42b7-012
|View full text |Cite
|
Sign up to set email alerts
|

Time Series Analysis in Python with statsmodels

Abstract: We introduce the new time series analysis features of scikits.statsmodels. This includes descriptive statistics, statistical tests and several linear model classes, autoregressive, AR, autoregressive moving-average, ARMA, and vector autoregressive models VAR.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
31
0
2

Year Published

2015
2015
2023
2023

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 60 publications
(48 citation statements)
references
References 8 publications
0
31
0
2
Order By: Relevance
“…which is an open-source Python module project that integrates a wide range of common ML algorithms [16], [17], while the SARIMA model was implemented with the statsmodels package [18]. The pre-processing was also implemented in the Python environment, using the wellknown packages Pandas, Numpy and Scipy [19].…”
Section: Methodsmentioning
confidence: 99%
“…which is an open-source Python module project that integrates a wide range of common ML algorithms [16], [17], while the SARIMA model was implemented with the statsmodels package [18]. The pre-processing was also implemented in the Python environment, using the wellknown packages Pandas, Numpy and Scipy [19].…”
Section: Methodsmentioning
confidence: 99%
“…Stationary time series data is of great significance to time series modeling [38]. Therefore, time series data should be checked first to see if it is non-stationary.…”
Section: Feature Staticizing Processmentioning
confidence: 99%
“…. Where: t : is a random disturbance that denotes a zero mean, that is generally assumed to follow a normal distribution and is uncorrelated over time [19]. X t :denotes endogenous variables.…”
Section: Related Workmentioning
confidence: 99%
“…Y t :denote exogenous variables, including the term trend.X t−k :denote endogenous variables lagged by k periods and a constant term. A i :denote square matrices coefficients [19].…”
Section: Related Workmentioning
confidence: 99%