Posts

Comments

Comment by William_Kasper on Just One Sentence · 2013-01-06T19:46:39.895Z · LW · GW

"Your dirty lying teachers use only the midnight to midnight 1 day (ignoring 3 other days) Time to not foul (already wrong) bible time."

Comment by William_Kasper on My Bayesian Enlightenment · 2012-12-09T06:37:19.668Z · LW · GW

Mr. Bonaccorsi:

Here are two links to classic posts by Eliezer Yudkowsky that you may find pertinent to the second dialog from your last comment. I hope you enjoy them.

How to Convince Me That 2 + 2 = 3

The Simple Truth

Comment by William_Kasper on My Bayesian Enlightenment · 2012-12-08T05:44:57.062Z · LW · GW

Let's establish some notation first:

P(H): My prior probability that the coin came up heads. Because we're assuming that the coin is fair before you present any evidence, I assume a 50% chance that the coin came up heads.

P(H|E): My posterior probability that the coin came up heads, or the probability that the coin came up heads, given the evidence that you have provided.

P(E|H): The probability of observing what we have, given the coin in question coming up heads.

P(E&H): The probability of you observing the evidence and the coin in question coming up heads.

P(E&-H): The probability of you observing the evidence and the coin in question coming up tails.

P(E): The unconditional probability of you observing the evidence that you presented. Because the events (E&H) and (E&-H) are mutually exclusive (one cannot happen at the same time as the other) and the events (H) and (-H) are collectively exhaustive (the probability that at least one of these events occurs is 100%), we can calculate P(E):

P(E) = P(E&H) + P(E&-H)

P(E) = P(E|H) P(H) + P(E|-H) P(-H)

Using Bayes' Theorem, we can calculate P(H|E) after we determine P(E|H) and P(E|-H):

P(H|E) = [P(E|H) P(H)] / [P(E|H) P(H) + P(E|-H) P(-H)]

Let me try this. You come upon a man who, as you watch, flips a 50-50 coin. He catches and covers it; that is, the result of the flip is not known. I, who have been standing there, present you the following question: "What is the chance the coin is heads?"

In this case we can assume that our lack of knowledge is independent of the result of the coin toss; P(E|H) = P(E) = P(E|-H). So

P(H|E) = P(E) (50%) / [P(E) (50%) + P(E) (1 - 50%)] = [P(E) / P(E)] (50% /100%) = 50%.

The next day, you come upon a different man, who, as you watch, flips a 50-50 coin. Again, he catches it; again, the result is not revealed. I, who have been standing there, address you as follows: "Just before you arrived, that man flipped that same coin; it came up heads. What is the chance it is now heads?"

Again here, your probability of observing the first result is independent of the second result. So P(H|E) = 50%.

You come upon a man who is holding a 50-50 coin. I am with him. There is the following exchange:

I (to you, re the man with the coin): This man has just flipped this coin two times.

You: What were the results?

I: One of the results was heads. I don’t remember what the other was.

Here we can note that there are four mutually exclusive, collectively exhaustive, and equiprobable outcomes. Let's call them (HH), (HT), (TH), and (TT), where the first of the two symbols represents the result that you remember observing. Given that you remember observing a result of heads, our evidence is (HH or HT). The second coin is heads in the case of (HH), which is as probable as (HT). Given that P(HH) = P(HT) = 25%, P(HH or HT) = 50%

P(HH|HH or HT) = P(HH or HT|HH) P(HH) / P(HH or HT)

P(HH|HH or HT) = 1 (25% / 50%) = 50%

After I tell you that one of the results was heads but that I don't remember what the other was, you say: "Which do you remember, the first or the second?" I reply, "I don’t remember that either."

We can use the same method as in Question C. Since the ordinality of the missed observation is independent from the result of the missed observation, the probability is the same as in Question C, which is 50%.

Comment by William_Kasper on My Bayesian Enlightenment · 2012-12-06T10:18:40.907Z · LW · GW

No, the chance that the kidnapped child is a boy is 1/2.

In the correct version of this story, the mathematician says "I have two children", and you ask, "Is at least one a boy?", and she answers "Yes". Then the probability is 1/3 that they are both boys.

In the correct version of the story, you do not gain access to any information that allows you to differentiate between the mathematician's two children and identify a specific child as a boy.

A woman says, "I have two children." You respond, "What are their sexes?" She says, "At least one of them is a boy. The other was kidnapped before I was informed of its sex."

In your story, you are able to partition the woman's children into "the kidnapped one" and "the other one", and the woman provides you with the information that "the other one" is a boy. The sex of "the kidnapped one" is independent of the sex of "the other one". That is,

P("the kidnapped one" is a boy | "the other one" is a boy") = P("the kidnapped one" is a boy)

Comment by William_Kasper on The Worst Problem You've Ever Encountered and Solved. And the One You Didn't, Yet! · 2012-12-05T02:03:44.933Z · LW · GW

But why is the goal of voting an example important? For me, what matters is creating your own example, and helping those who put theirs.

I agree with you. Receiving votes on our posts and comments is only an instrument to help us build better content. The content and how people use it is what matters.

Although the karma voting system provides imperfect information, it provides cheap imperfect information. Separating the question and answer seems like an easy way to make better use of the information that the votes provide. One benefit that I see from the separation is that you receive slightly more detailed feedback, like in a case where some people might upvote your post because of the thoughts that your question provokes but others may downvote the post because they take issue with your example. If enough people downvote the post because of the answer despite the quality of discussion that they think your question provides (which seems pretty unlikely), the post might become buried because of its low rating.

Comment by William_Kasper on The Worst Problem You've Ever Encountered and Solved. And the One You Didn't, Yet! · 2012-12-05T01:17:36.807Z · LW · GW

Or you could put your answer in the body as an example, explaining that you've also posted the answer as a comment. Then people can vote on your answer independently from your question, and you can establish the expected form before people begin reading other people's comments.

Comment by William_Kasper on Trust in Bayes · 2012-08-12T03:52:17.450Z · LW · GW

rstarkov wrote a nice discussion piece on the two envelopes problem: Solving the two envelopes problem. thomblake commented that the error most people make with this problem is treating the amounts of money in the envelopes as fixed values when calculating the expectation.

Comment by William_Kasper on Solving the two envelopes problem · 2012-08-12T03:15:24.629Z · LW · GW

Here's a solution to a more general version of the problem:

Let's say that the red envelope contains N times as much money as the blue envelope with probability p, and the blue envelope contains N times as much money as the red envelope with probability (1 - p).

Without loss of generality, N is at least 1.

If N = 1, both envelopes contain the same amount, and there is no point in switching.

If N > 1, let the variable s represent the smaller amount of money between the amounts of the two envelopes. So one envelope contains s, and the other envelope contains Ns.

Scenario 1: The blue envelope contains s, and the red envelope contains Ns. This scenario occurs with probability p.

Scenario 2: The red envelope contains s, and the blue envelope contains Ns. This scenario occurs with probability (1 - p).

Assume s is not less than 0.

The expected amount of money in the blue envelope, E(B) = sp + Ns(1 - p) = s(p + N - Np).

The expected amount of money in the red envelope, E(R) = s(1 - p) + Nsp = s(1 - p + Np).

If s = 0, both envelopes contain the same amount, and there is no point in switching.

If s > 0, compare the expectations of the amounts of money in the envelopes in terms of s:

E(B) > E(R) when

s(p + N - Np) > s(1 - p + Np)

p + N - Np > 1 - p + Np

2p - 2Np > 1 - N

2p(1 - N) > 1 - N

2p < 1, because (1 - N) < 0

p < 1/2

Similarly, E(B) < E(R) when p > 1/2, and E(B) = E(R) when p = 1/2.

The ratios of the expected amounts of money in each envelope depend only on p when s > 0 and N > 1.

Both envelopes contain the same amount of money when s = 0, N = 1, or both.

So if your degree of belief that the red envelope contains more money than the blue envelope is the same as your degree of belief that the blue envelope contains more money than the red envelope, don't bother switching, unless you need to kill time (which you already knew intuitively, but Q.E.D.)

I got the idea of using the variable s to represent the smaller of the amounts in the two envelopes from R Falk 2008: "The Unrelenting Exchange Paradox".

Comment by William_Kasper on Rationality Quotes May 2012 · 2012-05-06T20:10:15.697Z · LW · GW

[Political "gaffe" stories] are completely information-free news events, and they absolutely dominate political news coverage and analysis. It's like asking your doctor if the X-rays show a tumor, and all he'll talk about is how stupid the radiologist's haircut looks. . . . ["Blast"] stories are. . . just as content-free as the "gaffe" stories. But they are popular for the same reason: There's a petty, tribal satisfaction in seeing a member of our team really put the other team in their place. And there's a rush of outrage adrenaline when the other team says something mean about us. So, instead of covering pending legislation or the impact it could have on your life, the news media covers the dick-measuring contest.

-David Wong, 5 Ways to Spot a B.S. Political Story in Under 10 Seconds

Comment by William_Kasper on Rationality Quotes May 2012 · 2012-05-06T19:19:36.222Z · LW · GW

It's weird how proud people are of not learning math when the same arguments apply to learning to play music, cook, or speak a foreign language.

http://xkcd.com/1050/

Comment by William_Kasper on The Allais Paradox · 2011-12-29T15:46:04.682Z · LW · GW

Please correct me if any of my assumptions are innacurate, and I apologize if this comment comes off as completely tautological.

Expected utility is explicity defined as the statistic

U(x)})

where X is the set of all possible outcomes associated with a particular gamble, p(x) is the proportion of times that outcome x occurs within the gamble, and U(x) is the utility of outcome x, a function that must be strictly increasing with respect to the monetary value of outcome x.

To reduce ambiguity:

  • 1A, 1B, 2A, and 2B are instances of gambles.

  • For 1B, the possible outcomes are $27000 and $0.

  • For 1B, the expected utility is p($27000) * U($27000) + p($0) * U($0) = 33/34 * U($27000) + 1/34 * U($0).

If you choose 1A over 1B and 2B over 2A, what can we conclude?

  • that you are not using the rule "maximize expected utility" to make your decisions. Thus you do not fit the definition, as given by the Axiom of Independence, of consistent decision making.

If you choose 1A over 1B and 2B over 2A, what can we not conclude?

  • that your decision rule changes arbitrarily. You could, for example, always follow the rule, "Maximize minimum net utility. In the case of a tie, maximize expected utility." In this case, you would choose 1A and 2B.

  • that you would be wrong or stupid for using a different decision rule when you only get to play one time, than the rule you would use when you get to play 100 times.

Comment by William_Kasper on Welcome to Less Wrong! (2012) · 2011-12-29T13:41:51.145Z · LW · GW

Hello. I'm William. I am a thirty year-old undergraduate student in the University of Wisconsin--Madison's Industrial and Systems Engineering department, with some additional study in Computer Science.

The study of logic and rational thought have always been hobbies of mine. My interest in mathematical optimization techniques has also been developing for decades, but this interest in these dark arts started taking steroids when I realized simple ways to apply the techniques to video games and Poker.

I originally stumbled upon this site two years ago, while Google searching various paradoxes. The Allais Paradox was the first post that I read here. I was outraged upon reading it. I checked a few other sources to see what they had to say about Allais. The worst was a video posted by some ponytail-having MBA, because of his poor choice of words in describing the paradox (e.g. "wrong" instead of "inconsistent").

I have reread the Allais post about a dozen times since then. It no longer outrages me.

The interesting subject matter brought me here originally.

The intuitive and elegant explanations of the subject matter brought me back.

The shockingly high level of class and quality in comments and discussion has made this site one of my favorites.