โมเดล ARMA

การวิเคราะห์อนุกรมเวลาด้วย Python

Rob Reider

Adjunct Professor, NYU-Courant Consultant, Quantopian

โมเดล ARMA

  • โมเดล ARMA(1,1):

$\large \quad \quad R_t = \mu \ + \ \phi \ R_{t-1} \ + \ \epsilon_t \ + \ \theta \ \epsilon_{t-1}$

การวิเคราะห์อนุกรมเวลาด้วย Python

การแปลงระหว่างโมเดล ARMA, AR และ MA

  • แปลง AR(1) เป็น MA($\infty$)

$R_t = \mu + \phi R_{t-1} + \epsilon_t$

$R_t = \mu + \phi(\mu + \phi R_{t-2} + \epsilon_{t-1}) + \epsilon_t$

$\vdots$

$R_t = \dfrac{\mu}{1-\phi} + \epsilon_t + \phi\epsilon_{t-1} - \phi^2\epsilon_{t-2} + \phi^3\epsilon_{t-3} + ...$

การวิเคราะห์อนุกรมเวลาด้วย Python

มาฝึกกันเถอะ!

การวิเคราะห์อนุกรมเวลาด้วย Python

Preparing Video For Download...