Dice Math Containment Thread

Might have been me. I had a bug where I treated ties incorrectly and the result was looking like 58 or 59. When I fixed it, I was getting the 62/63.

1 Like

I also reworked my code to account for ties, and I’m now seeing that 62 beats 61 and 63

image

So, what’s the optimal number if you know your opponent is level zero and is staying at >=51. Is it still re-roll 62/stay at 63?

Looks like re-rolling 58 is the highest EV in that case

image

3 Likes

Agreed

Melk, having me on ignore never pays off!

4 Likes

I knew I saw that somewhere. Just forgot.

1 Like

It’s just math with an RNG. Well, that plus a lot of (XᵀX)⁻¹XᵀY and sweeping the matrix but you get my point.

Maybe you can finally come correct by getting on the right sight of the hot hand debate.

Oh hai guys. I was directed to this thread by a buddy. So, what’s occurring over here, are you all trying to count? What is the statement of the problem?

Judging by the subject of the thread, I should probably tell you that numbers 13 or over are unachievable in a craps roll. Bad times, I know.

We have a 100 sided die.

That’s a lot of sides, I’m not convinced I know the word for that. Centahedron? Anyway, what are we doing with this die and why?

Ok, I mean, I just skimmed the thread and it sounds like you guys have re-discovered the secretary problem. The answer as D–> infinity is 1-1/e. Glad I could help, here all day folks.

This was the original problem that was posted:

Yeah this is the secretary problem.

Wiki: Its solution is also known as the 37% rule .

https://x.com/lpachter/status/1779165051460751828

https://x.com/DonMiami3/status/1779259348444987467

dammit @microbet

1 Like

1/e is a transcendental number. Reducing or rounding it to 37% seems so… base.

So if I understand the secretary problem correctly, what you’re saying is that if there are 100 secretary applicants, you reject 37 and then take the next one better than best out of the first 37.

Is that right? Doesn’t seem right for some reason.

No, You reject everyone who scores below 63, and accept the first applicant who scores above 63.