Live data from Hacker News

Ask HN: Economy Simulator

news.ycombinator.com

1–7 of 7 posts

Ask HN: Economy Simulator

#1
Given that we are in unprecedented economic times, a fantastic economic simulator would be very valuable.

Not because it would be correct. Rather because it could potentially identify high probability situations we haven't thought of.

What are the best projects of the kind that you're aware of? Does anyone know how this is done at the Federal Reserve?

Re: Ask HN: Economy Simulator

#4
I'm not sure what would you like to simulate, but in the economy, you build models with a set of features you assume should influence the outcome, and then you can measure how well your model explains the reality.

I'm not sure if you're right that such a simulator would be valuable. The thing is that we already can explain quite well what's happening and have the means to fix stuff, but frequently there's no political will to do so.

Re: Ask HN: Economy Simulator

#5
For what you are looking for, you need an agent-based model of the economy, i.e. the economy modelled from the ground up. Top-down models will not be able to capture unknown unknowns.

The closest to what you are looking for that I know of is this: https://github.com/crisis-economics/CRISIS.

Re: Ask HN: Economy Simulator

#6

For what you are looking for, you need an agent-based model of the economy, i.e. the economy modelled from the ground up. Top-down models will not be able to capture unknown unknowns. The closest to what you are looking for that I know of is this: https://github.com/crisis-economics/CRISIS .

Thank you