This commit is contained in:
Alex Blank
2025-03-17 12:31:32 +01:00
parent e80eba8b50
commit 91ab7e593e
3 changed files with 31 additions and 4 deletions
+27
View File
@@ -1342,3 +1342,30 @@ For additional {GBD} results and resources, visit the {GBD} 2019 Data Resources
date = {2019},
file = {background_female_reproductive_organs:/home/alex/Zotero/storage/5MAJ4CG5/background_female_reproductive_organs.png:image/png},
}
@book{hamilton_time_1994,
location = {Princeton (N.J.)},
title = {Time series analysis},
isbn = {978-0-691-04289-3},
publisher = {Princeton university press},
author = {Hamilton, James Douglas},
date = {1994},
file = {PDF:/home/alex/Zotero/storage/J8GVKKHG/Hamilton - 1994 - Time series analysis.pdf:application/pdf},
}
@book{cryer_time_2008,
location = {New York},
edition = {2nd ed},
title = {Time series analysis: with applications in R},
isbn = {978-0-387-75958-6 978-0-387-75959-3},
series = {Springer texts in statistics},
shorttitle = {Time series analysis},
pagetotal = {491},
publisher = {Springer},
author = {Cryer, Jonathan D. and Chan, Kung-sik},
date = {2008},
langid = {english},
note = {{OCLC}: ocn191760003},
keywords = {Data processing, R (Computer program language), Time-series analysis},
file = {PDF:/home/alex/Zotero/storage/CIYMBUEW/Cryer and Chan - 2008 - Time series analysis with applications in R.pdf:application/pdf},
}
-1
View File
@@ -10,7 +10,6 @@
\usepackage{graphicx}
\graphicspath{{resources/figures/}}
\usepackage[inksacpeformat=png]{svg}
\usepackage[style=ieee, backend=biber]{biblatex}
\addbibresource{../main.bib}
+4 -3
View File
@@ -89,7 +89,8 @@ improving accessibility and usability\cite{alexander_fertilitatsmonitoring_2014,
Time series analysis is a fundamental tool for studying sequential data that evolves over time.
Unlike other data types, time series data has an inherent temporal order, where each data point is associated
with a timestamp, capturing its dependence on past values.
The goal of time series analysis is to model these dependencies and extract meaningful insights.
While related to signal processing, time series analysis focuses more on long-term trends and forecasting,
rather than frequency-domain characteristics.
There are usually two main goals:
understanding the underlying mechanisms that lead to the observed data and predicting future data points based on the
historical information and potentially external factors\cite{cryer_time_2008}
\\
Time series analysis encompasses various methods, ranging from simple statistical models to complex deep learning architectures.