Earlier quoted context omitted.
He did not win a Nobel prize, as there is no such thing for economics. However he won the Nobel Memorial Prize in Economic Sciences.
I don't think pedantry about the name is a useful contribution to the conversation. While it's true that Economic Sciences prize is not a "real" Nobel prize, it is commonly referred to as a Nobel prize. Interestingly, the Nobel Foundation also lists "Economic Sciences" on their website listing Nobel prizes even though they do not award or fund it: https://www.nobelprize.org/prizes/
Lectures in Quantitative Economics with Python [pdf]
31–40 of 52 posts
Re: Lectures in Quantitative Economics with Python [pdf]
#32They also have a Julia version, which is more interesting.
I want to learn Julia but I have a very big concern: does it actually alter your personality in a way that makes you condescend to everyone about their inferior programming languages, or is it just that people who already are condescending choose to learn Julia?
But it's certainly hard sometimes for people who learned of powerful non mainstream languages, having to see people putting an amazing amount of resources and effort to provide every functionality to mainstream less powerful languages that would be almost free in said powerful language (be it syntax extensions with macros, high performance dynamic code without using FFI, parallelism, better compile-time checking...). It's probably what Lisp users had to deal with for 60 years now. Or more recently people who learned Rust but still have to deal with a world of C++.
Re: Lectures in Quantitative Economics with Python [pdf]
#33They also have a Julia version, which is more interesting.
I want to learn Julia but I have a very big concern: does it actually alter your personality in a way that makes you condescend to everyone about their inferior programming languages, or is it just that people who already are condescending choose to learn Julia?
I am not a Julia programmer, I mostly write in python, but I find their community welcoming and not condescending at all. I think it would have a positive impact on most people’s personality
The language is very interesting too but doesn’t yet have a google, apple or msft behind it so I would understand why lovers of it maybe overstep a little promoting to try to keep it alive
Personally I find the integration with cuda to be really well done and I could see it being easier than python for highly customized deep learning (custom kernels etc)
Your comment above seems kind of unnecessarily mean spirited to me - maybe I’m reading it wrong?
I was surprised - because I remember you responding to the “I made 500k with machine learning guy” and being really impressed with your willingness to try to teach the guy without shitting on him (I’m an ex algo/hft guy and think someone with your knowledge could have gone that route very easily)
Re: Lectures in Quantitative Economics with Python [pdf]
#34Earlier quoted context omitted.
I want to learn Julia but I have a very big concern: does it actually alter your personality in a way that makes you condescend to everyone about their inferior programming languages, or is it just that people who already are condescending choose to learn Julia?
There is no need for generalization, there are many people in the community that respect and enjoy other languages, and most people also frequently use Python and R for most things that Julia is still not mature enough. But it's certainly hard sometimes for people who learned of powerful non mainstream languages, having to see people putting an amazing amount of resources and effort to provide every functionality to…
Re: Lectures in Quantitative Economics with Python [pdf]
#35Earlier quoted context omitted.
There is no need for generalization, there are many people in the community that respect and enjoy other languages, and most people also frequently use Python and R for most things that Julia is still not mature enough. But it's certainly hard sometimes for people who learned of powerful non mainstream languages, having to see people putting an amazing amount of resources and effort to provide every functionality to…
Just wanted to say I love your work in clojure
Re: Lectures in Quantitative Economics with Python [pdf]
#36Re: Lectures in Quantitative Economics with Python [pdf]
#37Re: Lectures in Quantitative Economics with Python [pdf]
#38If you're coming from an ML-focused approach to statistics, studying econometrics can be an interesting change of pace, because the focus is totally different. ML practicioners tend to be focused on prediction, while econometricians tend to focus on causal inference - utilizing pseudo-experimental variation within the data to estimate causal effects between variables. This turns out to be really hard to do correctly, and learning the pitfalls can make it easy to identify potential weaknesses in other research.
Most econometric work has historically been done in Stata, although it seems like both R and Python have been increasing in prominence a bit recently.
Re: Lectures in Quantitative Economics with Python [pdf]
#39Earlier quoted context omitted.
I don't think pedantry about the name is a useful contribution to the conversation. While it's true that Economic Sciences prize is not a "real" Nobel prize, it is commonly referred to as a Nobel prize. Interestingly, the Nobel Foundation also lists "Economic Sciences" on their website listing Nobel prizes even though they do not award or fund it: https://www.nobelprize.org/prizes/
There is no conversation here. I was merely taking the opportunity to point out that there is a common misconception regarding the "Nobel prize" and the Nobel Memorial Prize in Economic Sciences. Two distinct prizes, one commonly mislabeled. Repeating the misnomer just normalizes the error.
Re: Lectures in Quantitative Economics with Python [pdf]
#40They also have a Julia version, which is more interesting.
As someone with zero exposure to Julia can you provide some reasoning for why? (Honest question)
Edit: I agree that the "...more interesting" comment above sounds condescending. I have not found the Julia community to be condescending.