concreteblock | 4 years ago | on: Kelly Criterion – how to calculate optimal bet sizes
concreteblock's comments
concreteblock | 4 years ago | on: Kelly Criterion – how to calculate optimal bet sizes
'Almost surely' is a technical term which means 'with probability 1'.
concreteblock | 4 years ago | on: Kelly Criterion – how to calculate optimal bet sizes
concreteblock | 4 years ago | on: Kelly Criterion – how to calculate optimal bet sizes
The kelly criterion happens to be optimal with respect to log wealth but that's not the main reason why it's interesting. Many explanations, including the original post, make this mistake. Maybe because 'maximizing expected utility' is a more common idea.
The first sentence of the wikipedia article:
"In probability theory and intertemporal portfolio choice, the Kelly criterion (or Kelly strategy or Kelly bet), also known as the scientific gambling method, is a formula for bet sizing that leads almost surely (under the assumption of known expected returns) to higher wealth compared to any other strategy in the long run".
In other words, pick a strategy. I'll pick the kelly strategy. There will be some point in time, after which I will have more money than you, and you will never overtake me. No logarithms involved. This is something you can easily check by simulation, but requires some heavier math to formulate precisely and prove.
See also posts by spekcular and rssoconnor elsewhere in this thread.
concreteblock | 4 years ago | on: Elliptic Curve Cryptography Explained (2019)
It’s like hearing that someone works at Microsoft and then asking them about features in MS Word.
concreteblock | 4 years ago | on: Quadratic Method: Detailed Explanation (2020)
concreteblock | 4 years ago | on: Good data scientist, bad data scientist
concreteblock | 4 years ago | on: New proof reveals that graphs with no pentagons are fundamentally different
concreteblock | 4 years ago | on: New proof reveals that graphs with no pentagons are fundamentally different
concreteblock | 4 years ago | on: Announcing the Rule 30 Prizes (2019)
There are no edges, it's an infinite grid. You start with 1 black cell and all the other cells are white.
Because the triple-white configuration does not produce a black cell, you can compute up the any finite time step with finite computational power.
(Actually, later in the article he talks about finite grids with periodic boundary conditions. That means that, if you're on the edge, you 'wrap around' to the other side of the grid).
concreteblock | 4 years ago | on: Announcing the Rule 30 Prizes (2019)
Perhaps these things are too hard for (human) mathematics. I wonder if anyone has proved any theorems that make this precise. E.g. "Most cellular automata rules cannot be analyzed efficiently".
I don't know enough complexity theory/set theory to formulate this precisely.
concreteblock | 4 years ago | on: Announcing the Rule 30 Prizes (2019)
* The state of the system is a black-white assignment of colors to the grid.
* The rules tell you how to compute the next state of the system.
* To update the state at a certain cell x, you look at the colors of x-1, x and x+1. (left, self, and right). Then use use the table of rules to determine the new color of the middle cell. For instance, the first rule tells you that if you see three black cells in a row, then in the next time step the middle cell is white.
* This update is done simultaneously over all cells, so you compute all the new cell colors and then update them all at once.
concreteblock | 4 years ago | on: Making sense of what’s going on in the housing market
concreteblock | 4 years ago | on: Mathematicians Settle Erdős Coloring Conjecture
concreteblock | 5 years ago | on: Ergodicity, What's It Mean
Just to confirm, I am using 'almost surely' in the technical sense, which means 'with probability 1.'
Consider the following statement:
If you keep flipping a fair coin every day, it is almost sure that after some day you will have gotten a tails.
This is the same 'almost surely' that I am referring to.
concreteblock | 5 years ago | on: Ergodicity, What's It Mean
As for the proof of my theorem, By taking logarithms, the process becomes an additive random walk with negative drift (log 1.6 + log 0.5 < 0). This is well known to converge to negative infinity almost surely. After exponentiating to undo the logarithm, this is exactly the statement I made.
It does not matter how many test subjects there are ( as long as there’s finitely many) because, informally speaking , you can just wait for each of them to become irrevocably bankrupt in turn.
concreteblock | 5 years ago | on: Ergodicity, What's It Mean
concreteblock | 5 years ago | on: Ergodicity, What's It Mean
More precisely there is a finite time after which no-one ever passes above $0.0000000000000001.
That is a mathematical theorem.
This doesn’t depend on the number of test subjects, and you can add as many zeroes as you want.
Therefore in the long run the mean outcome is 0.
Forgive me if I have misinterpreted what you are are trying to say.
Edit: I’ve just realized that I have indeed missed your point.
concreteblock | 5 years ago | on: The dispassionate developer
Ideally the candidate should realize that this is computationally infeasible and quickly come up with a much more efficient solution, right? Perhaps they believe that this question filters out people who 1) don't have a feel for what is computationally feasible 2) will just dive into coding without spending 10 seconds to see if there's a significant optimization.
concreteblock | 5 years ago | on: Don't End the Week with Nothing (2014)
So you're just going to throw away the criterion because you think the results are unintuitive? That's the argument you're making here.
To take your reasoning seriously, the reason why you might not want to bet 1 cent at a time is because the Kelly bet is guaranteed to eventually overtake your 1-cent-bet-strategy. Furthermore, it is completely incorrect to say that the Kelly bet has a 1/4 chance of losing all your money in the given situation. If you lose your first bet, the Kelly criterion tells you not to bet the whole house on the next bet.
Nothing you have written so far suggests that you actually understand the sense in which the Kelly criterion is optimal, which I attempted to explain in my other reply to you. You keep writing as though it only maximizes the expectation of log-utility. In fact it's not clear that you even understand what the Kelly criterion is telling you to do.