Someone explain the appeal of Old Man Henderson?

General questions, debates, and rants about RPGs

Moderator: Moderators

Locked
User avatar
Kaelik
ArchDemon of Rage
Posts: 14841
Joined: Fri Mar 07, 2008 7:54 pm

Post by Kaelik »

momothefiddler wrote:Third:
Okay, we have someone who eats pizza 1 out of 50 nights. Prior 0.02.
This person throws the box away the same night 50% of the time and throws it away the next night 50% of the time. Other factors are considered negligible.
If we see a pizza box, the probability that he had pizza tonight goes up to 0.5, as does the probability that he had pizza last night.
If we don't see a pizza box, the probability that he had pizza tonight must now be the probability that he had pizza tonight and did not throw the box away tonight - 0.02*0.5=0.01. Not looking the the trash can leaves us at 0.02, but looking and seeing no box makes us slightly more certain that he did not (98%->99%).
Yes, for that number. But it is trivially easy (for people who do math) to move the numbers around so that you hit the prior.
DSMatticus wrote:Kaelik gonna kaelik. Whatcha gonna do?
The U.S. isn't a democracy and if you think it is, you are a rube.

That's libertarians for you - anarchists who want police protection from their slaves.
User avatar
virgil
King
Posts: 6339
Joined: Fri Mar 07, 2008 7:54 pm

Post by virgil »

Are we trying to apply Bayesian Philosophy toward the subjective valuation of Zak's diplomacy system or something?
Come see Sprockets & Serials
How do you confuse a barbarian?
Put a greatsword a maul and a greataxe in a room and ask them to take their pick
EXPLOSIVE RUNES!
User avatar
Kaelik
ArchDemon of Rage
Posts: 14841
Joined: Fri Mar 07, 2008 7:54 pm

Post by Kaelik »

virgil wrote:Are we trying to apply Bayesian Philosophy toward the subjective valuation of Zak's diplomacy system or something?
No we just diverted the topic to something actually kind of worth talking about.
DSMatticus wrote:Kaelik gonna kaelik. Whatcha gonna do?
The U.S. isn't a democracy and if you think it is, you are a rube.

That's libertarians for you - anarchists who want police protection from their slaves.
User avatar
momothefiddler
Knight-Baron
Posts: 883
Joined: Sat Feb 22, 2014 10:55 am
Location: United States

Post by momothefiddler »

Kaelik wrote:
momothefiddler wrote:Third:
Okay, we have someone who eats pizza 1 out of 50 nights. Prior 0.02.
This person throws the box away the same night 50% of the time and throws it away the next night 50% of the time. Other factors are considered negligible.
If we see a pizza box, the probability that he had pizza tonight goes up to 0.5, as does the probability that he had pizza last night.
If we don't see a pizza box, the probability that he had pizza tonight must now be the probability that he had pizza tonight and did not throw the box away tonight - 0.02*0.5=0.01. Not looking the the trash can leaves us at 0.02, but looking and seeing no box makes us slightly more certain that he did not (98%->99%).
Yes, for that number. But it is trivially easy (for people who do math) to move the numbers around so that you hit the prior.
Yes, but at that point you're saying that P(pizza|~box)=P(pizza), meaning pizza and ~box are independent, so pizza and box must necessarily be independent too.

For instance, if the man eats pizza 1 out of 50 nights and throws the box away sometime in the next 50 days, finding the trash can empty doesn't give you any further information but neither does finding a box.
Kaelik wrote:
virgil wrote:Are we trying to apply Bayesian Philosophy toward the subjective valuation of Zak's diplomacy system or something?
No we just diverted the topic to something actually kind of worth talking about.
This
User avatar
RadiantPhoenix
Prince
Posts: 2668
Joined: Sun Apr 11, 2010 10:33 pm
Location: Trudging up the Hill

Post by RadiantPhoenix »

Well, let's see...

We observe "box" or "~box"
We do not directly observe "pizza" or "~pizza"
pizza~pizza
boxP(pizza|box)P(~pizza|box)
~boxP(pizza|~box)P(~pizza|~box)

For obvious reasons, each row adds up to 1. Each column, however, does not necessarily add up to 1.

If we look at this as an arbitrarily large sample, so we can ignore noise
pizza~pizzan
boxn(pizza & box)n(~pizza & box)n(box)
~boxn(pizza & ~box)n(~pizza & ~box)n(~box)
nn(pizza)n(box)n(1)

It looks like:
P(pizza|box) = n(pizza & box) / n(box)
P(~pizza|box) = n(~pizza & box) / n(box)
P(pizza|~box) = n(pizza & ~box) / n(~box)
P(~pizza|~box) = n(~pizza & ~box) / n(~box)


But we don't actually have the n values, we have:
pizza~pizza
boxP(box|pizza)P(box|~pizza)
~boxP(~box|pizza)P(~box|~pizza)

And now the columns need to add up to 1, but the rows don't. Let's simplify:
pizza~pizza
boxP(box|pizza)P(box|~pizza)
~box{1 - P(box|pizza)}{1 - P(box|~pizza)}

If we also have P(pizza), then we get a table that looks like:
pizza~pizza
boxP(box|pizza) * P(pizza)P(box|~pizza) * P(~pizza)
~boxP(~box|pizza) * P(pizza)P(~box|~pizza) * P(~pizza)

Now the whole table adds up to 1.

Simplified, that's:
pizza~pizza
boxP(box|pizza) * P(pizza)P(box|~pizza) * {1 - P(pizza)}
~box{1 - P(box|pizza)} * P(pizza){1 - P(box|~pizza)} * {1 - P(pizza)}

Assuming I didn't screw up, this is our table of "n" values. (or rather, a proportional scaling of it, which is good enough)

So, if we add the components up...
pizza~pizza
boxP(box|pizza) * P(pizza)P(box|~pizza) * {1 - P(pizza)}
~box{1 - P(box|pizza)} * P(pizza){1 - P(box|~pizza)} * {1 - P(pizza)}

If we want to make P(pizza | ~box) = P(pizza) we go:
  • [{1 - P(box|pizza)} * P(pizza)]/[{1 - P(box|pizza)} * P(pizza) + {1 - P(box|~pizza)} * {1 - P(pizza)}] = P(pizza)
  • {1 - P(box|pizza)}/[{1 - P(box|pizza)} * P(pizza) + {1 - P(box|~pizza)} * {1 - P(pizza)}] = 1
  • {1 - P(box|pizza)} = {1 - P(box|pizza)} * P(pizza) + {1 - P(box|~pizza)} * {1 - P(pizza)}
  • {1 - P(box|pizza)} * {1 - P(pizza)} = {1 - P(box|~pizza)} * {1 - P(pizza)}
Now, if P(pizza) is not 1...
  • {1 - P(box|pizza)} = {1 - P(box|~pizza)}
  • P(box|pizza) = P(box|~pizza)
So, if P(pizza | ~box) = P(pizza), then P(box|pizza) = P(box|~pizza)

... and now I've forgotten what we were trying to argue.
Korwin
Duke
Posts: 2055
Joined: Fri Feb 13, 2009 6:49 am
Location: Linz / Austria

Post by Korwin »

RadiantPhoenix wrote: ... and now I've forgotten what we were trying to argue.
I never knew what you tried.
Red_Rob wrote: I mean, I'm pretty sure the Mayans had a prophecy about what would happen if Frank and PL ever agreed on something. PL will argue with Frank that the sky is blue or grass is green, so when they both separately piss on your idea that is definitely something to think about.
User avatar
momothefiddler
Knight-Baron
Posts: 883
Joined: Sat Feb 22, 2014 10:55 am
Location: United States

Post by momothefiddler »

RadiantPhoenix wrote:So, if P(pizza | ~box) = P(pizza), then P(box|pizza) = P(box|~pizza)

... and now I've forgotten what we were trying to argue.
Well I'll admit I got lost pretty quickly in all that, but it looks like your final result is "If pizza and box are independent, then box and pizza are independent", and I agree with that, at least.
User avatar
Mistborn
Duke
Posts: 1477
Joined: Sun Aug 12, 2012 7:55 pm
Location: Elendel, Scadrial

Post by Mistborn »

Zak S wrote:You're terrible at reading. What am I accomplishing? The lie on the page is next to the correction of the lie. That's what's accomplished. This is at least the 3rd time I've repeated this simple idea to you, I guess I might as well repeat: "You're terrible at reading."
No you're just terrible a arguing. We do read your posts (and then immediately regret doing so) it's just that your arguments are bad arguments, ones we've heard and refuted many times before. You are not the first person to come charging into the Den to have this argument with us. we've had this argument many times already and we have become we have become exceedingly efficient at it.
User avatar
RadiantPhoenix
Prince
Posts: 2668
Joined: Sun Apr 11, 2010 10:33 pm
Location: Trudging up the Hill

Post by RadiantPhoenix »

Korwin wrote:
RadiantPhoenix wrote: ... and now I've forgotten what we were trying to argue.
I never knew what you tried.
Well, now we're in the same boat.
User avatar
Zak S
Knight
Posts: 441
Joined: Mon Nov 14, 2011 3:06 am

Post by Zak S »

Lord Mistborn wrote:
Zak S wrote:You're terrible at reading. What am I accomplishing? The lie on the page is next to the correction of the lie. That's what's accomplished. This is at least the 3rd time I've repeated this simple idea to you, I guess I might as well repeat: "You're terrible at reading."
No you're just terrible a arguing. We do read your posts (and then immediately regret doing so) it's just that your arguments are bad arguments, ones we've heard and refuted many times before. You are not the first person to come charging into the Den to have this argument with us. we've had this argument many times already and we have become we have become exceedingly efficient at it.
Everybody was having a nice conversation about formal logic and you went and did that. Just move on, small troll. Think about other things.
User avatar
Mistborn
Duke
Posts: 1477
Joined: Sun Aug 12, 2012 7:55 pm
Location: Elendel, Scadrial

Post by Mistborn »

Zak S wrote:Everybody was having a nice conversation about formal logic and you went and did that. Just move on, small troll. Think about other things.
Image
User avatar
RedstoneOrc
Apprentice
Posts: 99
Joined: Mon Feb 24, 2014 3:10 am
Location: The Continental USA

Post by RedstoneOrc »

Lord Mistborn wrote:we have become we have become
Oh no Lord Mistborn made a mistake! Zak S was correct all is lost.
Zak is right Zak is right Zak is right /sarcasm.
Back to popcorn.
User avatar
codeGlaze
Duke
Posts: 1083
Joined: Wed Oct 05, 2011 9:38 pm

Post by codeGlaze »

RedstoneOrc wrote:Back to popcorn.
Image
(Thank you Surgo)
Last edited by codeGlaze on Thu Mar 20, 2014 11:50 pm, edited 1 time in total.
Locked