Hacker News new | ask | show | jobs
by econconfusion 3784 days ago
Maybe I was too broad when I said "understand" - I had no intention of trivializing economics. I'm interested in it because it's both complex and relevant. I just want to know more than I know now.

If I were to look at physics, I can model simple systems in classical physics quite easily using a computer. In biology I can model population dynamics. Doing so helps me learn, and I find it gives me a deeping understanding as it forces me to be clear about exactly what is going into a model.

I'm aware that economics is a much softer science, but other than Peter Novig's example I can't find much in the way of modelling as a learning tool (rather than a research tool).

Does that approach exist anywhere?

1 comments

In computational physics you model situations by creating some particles, placing them in some initial configuration, and defining the manner in which position and proximity of other particles creates forces acting upon each particle, and then you calculate acceleration, and thus eventually the position of those particles after a single temporal step. When all the giggling stops you've hit your system's final configuration given the initial conditions and subject to the forces defined (up to the numerical precision afforded by whatever affects your simulation's precision).

Analogously in economics you'd want to define the agents, the inventory of what they have, what they want, and the medium (market) through which they will trade to become as happy as they can. When nobody sees any point trading anymore you have a “Pareto optimal” end-state and you're basically in equilibrium.

Back when I used program simulations I used Mathematica, and I am still deeply tied to that specific platform, but there's several introductions to doing much the same with less exotic (and expensive) tools such as Python: https://www.researchgate.net/profile/Michael_North/publicati...

Oh well, so much for that.