honey_pot

책 《 실전 시계열 분석 Practical Time Series Analysis》데이터 자료 정리 본문

책 《 실전 시계열 분석 Practical Time Series Analysis》데이터 자료 정리

_tera_ 2023. 2. 16. 17:58

2023-02-16 1차 수정

소스코드

https://deep-diver.github.io/practical-time-series-analysis-korean/

책 공식 저장소

https://github.com/PracticalTimeSeriesAnalysis/BookRepo

 

1장

life table (https://perma.cc/HU6A-9W22

천문학 이미지 관찰  (https://perma.cc/2TNK-2TFW)

 

시계열 분석과 예측의 역사

  • ⌜A brief history of forecasing competitions⌟  (https://perma.cc/32LJ-RFJW) - 시계열을 사용한 예측 대회가 어떻게 컴퓨터와 비슷한 속도로 발전했는지의 예
  • ⌜Revisiting Francis Galton’s Forecasting Competition⌟ (https://perma.cc/FJ6V-8HUY) - 마을 장날 산 채로 도살된 소의 무게를 예측
  • ⌜"On a method of investigating periodicities disturbed series, with special reference to Wolfer's sunspot numbers." Philosophical Transactions of the Royal Society of London. Series A, Containing Papers of a Mathematical or Physical Character⌟ (https://perma.cc/D6SL-7UZS) - 처음으로 실제 데이터에 ARIMA 적용. 주기적인 현상의 추정 분석법에서 주기성의 가정을 제거하는 방법 설명
  • ⌜The Combination of Forecasts⌟ (https://perma.cc/9AEE-QZ2J) - 시계열 분석을 위한 앙상블 기법 사용

⌜25 years of time series forecasting⌟ (https://perma.cc/84RG-58BU) - 20세기 시계열 예측 연구를 통계적으로 요약

 

특정 도메인의 시계열 역사와 논의

 

2장

UEA, UCR 시계열 분류 저장소 (https://perma.cc/56Q5-YPNT)

요가 동작 분류 작업 (https://perma.cc/U6MU-2SCZ)

와인 데이터셋 (https://perma.cc/Y34R-UGMD)

CRAN 저장소 (https://perma.cc/2694-D79K)

Pandas 개요(https://perma.cc/7R9B-2YPS)

 

 - R

누락 데이터 대치법 시험 데이터 (https://data.bls.gov/timeseries/LNS14000000)

R의 data.table 공식 문서 (https://perma.cc/3HEB-NE6A)

R 시계열 패키지 XTS (https://perma.cc/83E9-4N79)

 

누락된 데이터

 

평활과 계절성

 

함수적 데이터 분석

 

3장

⌜Why do we Sometimes get Nonsense-Correlations between Time-Series?--A Study in Sampling and the Nature of Time-Series⌟ (https://www.jstor.org/stable/2341482)

⌜spurious correlations⌟ (https://perma.cc/6UYH-FPBX)

⌜Fiftywords dataset⌟ (https://perma.cc/Y982-9FPS)

 

허위상관

탐색적 데이터 분석

 

더 많은 시각화 자료

 

여러 가지 추세

 

4장 시계열 데이터의 시뮬레이션

  • ⌜Real-valued (Medical) Time Series Generation with Recurrent Conditional GANs⌟ (https://perma.cc/Q69W-L44Z) - 윤리적이고 합법적이며 사생활보호적인 의료 데이터셋을 생성하는 데 딥러닝 시뮬레이션이 사용되는 예
  • ⌜Forecasting ocean waves: Comparing a physics-based model with statistical models⌟ (https://perma.cc/89DJ-ZENZ) - 물리적, 통계적 시스템 모델링에 대해 설명
  • ⌜Bootstrap Methods for Time Series⌟ (https://perma.cc/6CQA-EG2E) - 시간의 의존성을 지닌 시계열 데이터를 통계적으로 시뮬레이션하는 것의 어려움

 

5장 시간 데이터 저장

시계열 데이터베이스 기술

 

일반적인 데이터베이스 기술에 적응하는 것

 

6장 시계열의 통계 모델

⌜ARIMA models for time series forecasting⌟ (https://perma.cc/P9BK-764B)

⌜하인드먼 방법⌟ (https://perma.cc/G4EG-6SMP)

 

고전 텍스트

  • ⌜Forecasting: Principles and Practice⌟ (https://perma.cc/9JNK-K6US)
  • ⌜Ruey Tsay, Analysis of Financial Time Series(2001)⌟ ()
  • ⌜Robert H.Shumway, TIme Series Analysis and Its Applications(2017)⌟ ()

경험적 지침

7장 시계열의 상태공간 모델

 

⌜An Explanation of the Kalman Filter⌟ (https://perma.cc/27RK-YQ52)

HMM의 실제 사용 사례

 

칼만 필터 및 선형 가우스 상태 공간 모델

은닉 마르코프 모형

 

베이즈 구조적 시계열

8장 시계열 특징의 생성 및 선택

catch22: CAnonical Time-series CHaracteristics (https://perma.cc/57AG-V8NP)

 

특징 기반 시계열 분석

 

특징 선택

  • ⌜Time Series FeatuRe Extraction on basis of Scalable Hypothesis tests (tsfresh – A Python package)⌟ (https://oreil.ly/YDBM8)
  • ⌜Distributed and parallel time series feature extraction for industrial big data applications ⌟ (https://arxiv.org/pdf/1610.07717.pdf)

 

특정 도메인 특징

 

주기도

9장 시계열을 위한 머신러닝

⌜Indications of nonlinear deterministic and finite-dimensional structures in time series of brain electrical activity: Dependence on recording region and brain state⌟ (https://perma.cc/YZD5-CTJF)

⌜Decision Trees in Machine Learning⌟ (https://perma.cc/G9AA-ANEN)

⌜An Introduction to Clustering and different methods of clustering⌟ (https://perma.cc/36EX-3QJU)

⌜Choosing a clustering method⌟ (https://perma.cc/MHL9-2Y8A)

⌜Time series distance metric⌟ (https://perma.cc/389W-68AH)

 

시계열 거리 및 유사성 측정

시계열을 위한 머신러닝

 

10장 시계열을 위한 딥러닝

역사문헌

RNN

CNN

⌜WaveNet: A Generative Model for Raw Audio⌟ (https://perma.cc/G37Y-WFCM)

딥러닝의 응용

 

11장 오차 측정

 

⌜⌟ ()

⌜⌟ ()

 

 

12장 시계열 모델의 학습과 배포에 대한 성능 고려 사항

균등한 성능을 보이는 모델

  • ⌜The Great Time Series Classification Bake Off: An Experimental Evaluation of Recently Proposed Algorithms. Extended Version⌟ (https://perma.cc/T76B-M635)

간단한 모델 만들기

 

13장 헬스케어 애플리케이션

 

14장 금융 애플리케이션

⌜야후 파이낸스 일간 기록 데이터⌟ (https://perma.cc/RQ6D-U4JX)

⌜A Clockwork RNN⌟ (https://perma.cc/9C62-7GFK)

 

 

15장 정부를 위한 시계열

16장 시계열 패키지

 

Comments