Open jlperla opened 6 years ago
I don't think we use convolutional tolerance, but if we doing some material on the topic it might be worthwhile to mention it.
I don't know about convolutional tolerances. Where do these things come up?
The basic idea is quite natural. For example, an algorithm for maximizing log-likelihood might use the difference or track the progress in relative terms rather than an absolute change.
Δ = abs(ℓℓ₀ - ℓℓ₁) / ℓℓ₀
a pretty simple concept that can help tune up convergence steps. It relates to the ambiguity of the scales or deciding what is good enough.
Neat. We definitely should add that if we end up putting more structural estimation/etc. stuff in the course.
For long-term, I could contribute a GLM section if that would be beneficial.
I think we should consider those in the spring. But my worry is that a major scope creep from "quantitative" economics towards empirical and statistics may be spread things too thin. I threw in a few basic examples in one of the lectures so that people could do basic statistics and data as part of the more general models, but I am not sure we want to go much further quite yet.
That said, I think a course/online set of lectures on econometrics and statistics in Julia would be amazing starting in about a year (when the AD, optimization, MCMC, etc. libraries have caught up to their potential).
Maybe in the optimizer/solver section
Then in the style guide: