• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

QoQ Growth Lag 3 Graph

Joined
1/15/15
Messages
238
Points
28
Hi. Let's say I have the Dow Jones numbers from 2010Q1 to 2016Q4. How would I graph QoQ Lag 3 Graph?
If it was QoQ Growth Lag 0, It would start with (2010Q2-2010Q1)/2010Q1. So does that mean with Lag 3, I start with (2011Q1-2010Q1)/2010Q1? Thank you
 
Back
Top