|
|
|
|
|
by jseliger
4484 days ago
|
|
The purpose of most academic papers is not to explain (let alone teach!) ideas in an intuitive manner, but rather to express them in formal, correct, unambiguous terms -- that is, to make them as accurate and critique-proof as possible for publication in some journal. In other words, the purpose is primarily tenure and advancement. This may be a problem. |
|
As a simple explanation, consider the difference between explaining the Monty Hall problem - which might seem to be philosophical, open to interpretation - and coding it up. The moment you code it up --- go ahead, code up a monte carlo simulation that compares the two alternatives of switching doors or maintaining the same choices, and spits out a running count of which is what percentage correct. I'll wait while you code. ---
the moment you do that, you see two lines in your code that make the explanation 100% irrefutable and completely obvious.
That is why papers are written this way. Intuition can go both ways.