Book Image

SAS for Finance

By : Harish Gulati
Book Image

SAS for Finance

By: Harish Gulati

Overview of this book

SAS is a groundbreaking tool for advanced predictive and statistical analytics used by top banks and financial corporations to establish insights from their financial data. SAS for Finance offers you the opportunity to leverage the power of SAS analytics in redefining your data. Packed with real-world examples from leading financial institutions, the author discusses statistical models using time series data to resolve business issues. This book shows you how to exploit the capabilities of this high-powered package to create clean, accurate financial models. You can easily assess the pros and cons of models to suit your unique business needs. By the end of this book, you will be able to leverage the true power of SAS to design and develop accurate analytical models to gain deeper insights into your financial data.
Table of Contents (9 chapters)

Recap of key terms

Some of the terms that we used in this chapter are:

  • ARIMA: The ARIMA model was analyzed by looking at various aspects of the model. We gained an understanding of the auto-regressive and moving average component of ARIMA. We also looked at the p, d, and q elements of the model. We developed an understanding of how the process helps to deal with autocorrelation, in comparison to regression. We forecasted values from the model using the historical data from the variable of interest only.
  • Dependent: The variable that we are trying to forecast or gain a better understanding of is the dependent. We can use a series of independent variables to try and forecast a dependent variable.
  • Differencing: This is the transformation of the data that we have used to derive a new variable, based on the change of the series from one data point to another.
  • Independent: The variables...