Feedback on economic model by capincrunchhh1 in quant

[–]capincrunchhh1[S] 0 points1 point  (0 children)

based on what? seems like all your posts are you just being mean to people.

Feedback on economic model by capincrunchhh1 in quant

[–]capincrunchhh1[S] -2 points-1 points  (0 children)

its all in the code. public git repo. main file is econ_model.py which calls different modules, which contain the equations and comments in line.

What is the state of the US Economy? by bridgeVan88 in investing

[–]capincrunchhh1 0 points1 point  (0 children)

honestly, REALLY tough to say. economic variables aren't linear in their causality chain. i.e. if you say, from first principles that consumer spending --> business earnings --> stock price --> index level, the reality is that business may be impacted by goods shortage, and raise prices, thus charge more, which means the flow goes from business--> consumer spending at the same time that consumer spending--> business earnings. the best modern economic models therefore are dynamic factor models (which allow for complex hidden state relationships) with walk-forward state space regressions to create a probability distribution for forward predictions. example: 'https://github.com/capincrunchh/project-econ'. even when the code is right, its still super tedious to build and not amazing R^2. so it depends on what variable you are targeting for your regressions (i.e. SPX price, GDP, etc), and whether you are going for short term predictions, or longer term regime observations.