Jensen's Inequality as an Intuition Tool (2021)
blog.moontower.ai
Jensen's Inequality as an Intuition Tool (2021)
1–10 of 23 posts
Re: Jensen's Inequality as an Intuition Tool (2021)
#2It applies in scenarios that are "convex", which means that the derivative is monotonically increasing or decreasing, so "closer to 0" is a consistent direction.
Re: Jensen's Inequality as an Intuition Tool (2021)
#3I skimmed several section looking for it. :(
Re: Jensen's Inequality as an Intuition Tool (2021)
#4The point of Jensen’s inequality if I understand correctly is that you’d underestimate the value of holding using a basic estimate approach, because you’ll underestimate the compounding cash flow from growth?
Re: Jensen's Inequality as an Intuition Tool (2021)
#5This was interesting, especially with the DCF example at the end - it’s pertinent to business sell decisions (assuming your ownership structure allows you to make a decision) should I sell at an 8x multiple of revenue, or hold at an X% growth rate and Y% cash flow? What’s my net after 10 years? The point of Jensen’s inequality if I understand correctly is that you’d underestimate the value of holding using a basic es…
Re: Jensen's Inequality as an Intuition Tool (2021)
#6Jensen's inequality says that the average value of a function is biased toward the value where the derivative is closer to 0. That's where moving away from a sample point has the least impact on the output. It applies in scenarios that are "convex", which means that the derivative is monotonically increasing or decreasing, so "closer to 0" is a consistent direction.
Re: Jensen's Inequality as an Intuition Tool (2021)
#7I would have spent longer on this article but it did not define Jensen’s inequality before I got frustrated. I skimmed several section looking for it. :(
Re: Jensen's Inequality as an Intuition Tool (2021)
#8I would have spent longer on this article but it did not define Jensen’s inequality before I got frustrated. I skimmed several section looking for it. :(
Definitely recommend reading a little of this first:
https://en.m.wikipedia.org/wiki/Jensen%27s_inequality
(Could just provide a link to it near the beginning of the article for reference.)
Re: Jensen's Inequality as an Intuition Tool (2021)
#9Re: Jensen's Inequality as an Intuition Tool (2021)
#10Looks like a reasonable intuition guide with a couple of caveats. This intuition only works for gaussian or may be a few other distributions, not for a general p(x). Then the EV rows in the tables are not actual EV quantities, only the total is an EV, that can confuse somebody. Overall I think, the point could have been carried better with a few nice charts showing the p(x), f(p(x)) and the E.
I don't think that's true. It's that if X is a random variable and φ is a convex function, then
φ(E[X]) ≤ E[φ(X)].
It's not necessary for X to be Gaussian, only that φ is convex.An intuitive way of thinking about it is if φ is convex then it is cup-shaped. So if I sample two points from X and draw a line φ(x_1) to φ(x_2) then that line will clearly lie above the points in x that are between x_1 and x_2 in the cup right? Jensen's inequality just generalises that to say what if I take all the points from X, then the expectation of φ(X) is going to sit above φ(E[X]). Because E[X] is just going to sit somewhere in the middle of X so φ(E[X]) is going to be down in the middle of the cup so is going to be smaller than (φ(x_1)+φ(x_2)+...φ(x_n))/n, which is E[φ(X)].