Chapter 22 Dynamic Causal Effects (Incomplete)
22.1 Introduction
In the previous chapter, we look at a basic time series regression. Time Series appears in many different aspects of business. For example, projecting how much inventory to carry based off of past sales or how many sales to expect based on a history of advertising.
A draw back of regression is that it assumes everything happens simultaneously. However, this is not always the case. Take the advertising example, it may take a few weeks or months of advertising before we see the effects in sales.
Dynamic Causal inference is away of running a time series regression where Yt is dependent not just on Xt but on past values of X (Xt−1,Xt−2,...,Xt−j).
We will only discuss the simplest model Yt=β0+β1Xt+β2Xt−1+..βjXt−1−j+ut Assumptions 1. We need Yt and Xt to be stationary. 2. We need Xt to be strictly exogenous. 3. We need (Yt,Xt) and (Y_{t–j},X_{t–j}) become independent as j gets large 4. We need no perfect multicolinearity.