kmccarty comments on Conditioning on Observers - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (118)
Perhaps this is beating a dead horse, but here goes. Regarding your two variants:
I agree. When iterated indefinitely, the Markov chain transition matrix is:
acting on state vector [ H1 H2 T1 T2 ], where H,T are coin toss outcomes and 1,2 label Monday,Tuesday. This has probability eigenvector [ 1/4 1/4 1/4 1/4 ]; 3 out of 4 states show Tails (as opposed to the coin having been tossed Tails). By the way, we have unbiased sampling of the coin toss outcomes here.
If the Markov chain model isn't persuasive, the alternative calculation is to look at the branching probability diagram
[http://entity.users.sonic.net/img/lesswrong/sbv1tree.png (SB variant 1)]
and compute the expected frequencies of letters in the result strings at each leaf on Wednesdays. This is
I agree. Monday-Tuesday sequences occur with the following probabilities:
Also, the Markov chain model for the iterated process agrees:
acting on state vector [ H1 H2 T1 T2 ] gives probability eigenvector [ 1/4 1/8 1/4 3/8 ]
Alternatively, use the branching probability diagram
[http://entity.users.sonic.net/img/lesswrong/sbv2tree.png (SB variant 2)]
to compute expected frequencies of letters in the result strings,
Because of the extra coin toss on Tuesday after Monday Heads, these are biased observations of coin tosses. (Are these credences?) But neither of these two variants is equivalent to Standard Sleeping Beauty or its iterated variants ISB and ICSB.
(Sigh). I don't think your branching probability diagram is correct. I don't know what other reasoning you are using. This is the diagram I have for Standard Sleeping Beauty
[http://entity.users.sonic.net/img/lesswrong/ssbtree.png (Standard SB)]
And this is how I use it, using exactly the same method as in the two examples above. With probability 1/2 the process accumulates 2 Tails observations per week, and with probability 1/2 accumulates 1 Heads observation. The expected number of observations per week is 1.5, the expected number of Heads observations per week is 0.5, the expected number of Tails observations is 1 per week.
Likewise when we record Monday/Tuesday observations per week instead of Heads/Tails, the expected number of Monday observations is 1, expected Tuesday observations 0.5, for a total of 1.5. But in both of your variants above, the expected number of Monday observations = expected number of Tuesday observations = 1.