Skip to Content
Mastering Python for Finance - Second Edition
book

Mastering Python for Finance - Second Edition

by James Ma Weiming
April 2019
Intermediate to advanced
426 pages
11h 13m
English
Packt Publishing
Content preview from Mastering Python for Finance - Second Edition

About the Autoregressive Integrated Moving Average

The Autoregressive Integrated Moving Average (ARIMA) is a forecasting model for stationary time series based on linear regression. As its name suggests, it is based on three components:

  • Autoregression (AR): A model that uses the dependency between an observation and its lagged values
  • Integrated (I): The use of differencing an observation with an observation from a previous time stamp in making the time series stationary
  • Moving average (MA): A model that uses the dependency between an observed error term and a combination of previous error terms, et

ARIMA models are referenced by the notation ARIMA(p, d, q), which corresponds to the parameters of the three components. Non-seasonal ARIMA ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for Finance - Second Edition

Python for Finance - Second Edition

Yuxing Yan
Python for Finance

Python for Finance

Yves Hilpisch

Publisher Resources

ISBN: 9781789346466Supplemental Content