ChadFulton

Results 68 comments of ChadFulton

Thanks for this note. The model can certainly handle monthly data in the same month as the quarterly GDP release, so I imagine there's just something that needs to be...

Thanks for pointing this out. Yes, I use the approximate percent change formula (log difference * 400) to transform GDP, as in the FREDQD appendix file, and then I use...

Thanks @jfreeze3, glad to hear it!

> How hard would it be to run an r-squared between the GDP forecasts using Feb, May, Aug, and Nov datasets against the actual quarterly GDP data, for the data...

Thanks for the report! Are you referring to the following lines: ```python # Get the data from FRED from pandas_datareader.data import DataReader cpi = DataReader('CPIAUCNS', 'fred', start='1971-01', end='2016-12') ``` These...

(I edited your post to redact your FRED API key)

> after modification it works well upto page 3 but I had another bug on prediction/forecasts due to depreciation of ix and I modified .ix to .loc but the plot...

Thanks for reporting, but I can't replicate this error. Can you post the full exception message including the stack trace?

Thank you for submitting this pull request. I notice a couple of outstanding issues: 1. Given how closely this code follows / uses the reference implementation, I think we should...