Slashdot Mirror


User: skelterjohn

skelterjohn's activity in the archive.

Stories
0
Comments
92
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 92

  1. Re:Fail to see the big deal on What Computer Science Can Teach Economics · · Score: 0

    Hay Guys! P is not NP! It's obvious!

  2. Re:Do they pass through EVERYTHING? on How Terahertz Waves Tear Apart DNA · · Score: 2, Funny

    That slashdotter must be very dense indeed.

  3. Re:Gardeners on Ted Dziuba Says, "I Don't Code In My Free Time" · · Score: 0

    Or, if you parse what was said correctly, you realize that the analogy is that you shouldn't make having a garden of your own a requirement for hiring.

  4. Pretty absurd on Facebook Ordered To Turn Over Source Code · · Score: 5, Funny

    Facebook should hire some of Diebold's lawyers. They're really good at keeping source private.

  5. Re:Can humans even do this reasonably? on Mario AI Competition · · Score: 0

    You describe something that would necessarily be intractable to compute. The best we can hope for is an approximation.

  6. Re:Let's see if any of these guys have a go... on Mario AI Competition · · Score: 0

    The game was coded up from scratch, as far as I know. It does use Nintendo-owned graphics, though :) But as he makes no money distributing his game (it is released into the public domain) I doubt the Nintendo lawyers would care.

  7. Re:these guys are all improving each other's code on Netflix Prize Contest Ends, Down To the Wire · · Score: 0

    It was perfectly "fair", in that all players started on equal footing. But perhaps they aren't rewarding the things that you personally think should be rewarded.

  8. Re:Technically.. on Lawyer Offers $1M For Proof His Client Could Have Done It; Oops · · Score: 0

    Nothing at all rhymes with orange,
    except maybe try a door hinge.

  9. I love you! on Love Is Worth £163,424 · · Score: 0

    That will be £163,424 please.

  10. Re:It's a game. on The Dilemma of Level vs. Skill In MMOs · · Score: 0

    Obviously, the only things worthwhile in life are those that gain us money.

  11. Re:Japan is insane. on Railway Workers Get Daily Smile Scans · · Score: 0

    [...] only service to the greater good, as defined by the politics of the day. I would be hard pressed to come up with a more accurate definition of institutional EVIL, quite frankly.

    How about "only service to the greater EVIL"? That would be way more evil.

  12. Re:The 1 in 200 bit is garbage on Researchers Find Gaps In Iranian Filtering · · Score: 1

    Wow, thanks for getting me modded troll when in fact it was your knowledge of the subject matter that was deficient, and everything I said was just simple probability mathematics.

  13. Re:The 1 in 200 bit is garbage on Researchers Find Gaps In Iranian Filtering · · Score: 1

    Especially given my prior on journalists adding garbage to the end of articles, lol

  14. Re:The 1 in 200 bit is garbage on Researchers Find Gaps In Iranian Filtering · · Score: 1

    I find that likely as well.

  15. Re:The 1 in 200 bit is garbage on Researchers Find Gaps In Iranian Filtering · · Score: 1

    At the end of the article, they say

    The probability that a fair election would produce both too few non-adjacent digits and the suspicious deviations in last-digit frequencies described earlier is less than .005. In other words, a bet that the numbers are clean is a one in two-hundred long shot.

    The last sentence does not follow from the first. They are saying that P(these numbers | fraud) = P(fraud | these numbers). This is not the case! If they want to be correct, they need to take into account the prior, like I have said a few times.

    Don't accuse me of bastardizing statistics when first: I am not and second: I am pointing out a bastardization of statistics. Try to actual know something about the subject matter, and combine that with some reading comprehension skills before you make these accusations against me.

  16. Re:The 1 in 200 bit is garbage on Researchers Find Gaps In Iranian Filtering · · Score: 1

    The claim was "in which the authors say the election results have a one in two-hundred chance of being legitimate."

    Your claim was "if this election were legitimate, there is a one in two-hundred chance of things turning out this way."

    These are two completely different statements. The key is that one is conditioned on the fact that the election is legitimate. This is easy to find out, and is probably what was intended. The sentence provided, however, made an estimate on the odds of legitimacy, conditioning on what was observed.

    If they had done this, it would be a straightforward application of Bayes rule, as someone was kind enough to point out, and requires knowledge of the prior on legitimacy.

  17. Re:The 1 in 200 bit is garbage on Researchers Find Gaps In Iranian Filtering · · Score: 2, Insightful

    Responding to "The prior probability of mr.A cheating has no consequence - we're just looking at the distribution of the numbers."

    The claim of the article was that the probability of Mr. A not cheating was 1 in 200. That was the claim I was disputing, not the fact that the ballot numbers were wonky. I thought my point was clear, given the subject I chose for my comment.

    When claiming some quantifiable likelihood that there was fraud, the prior on fraud is most definitely relevant. At the same time, the prior is most definitely impossible to know. These two things together make any posterior estimate completely meaningless. *THAT* was my point.

  18. Re:The 1 in 200 bit is garbage on Researchers Find Gaps In Iranian Filtering · · Score: 0, Flamebait

    I said exactly nothing false. Whether or not it is relevant to the topic on hand is left to the reader, but what I presented was just mathematic.

    And, for what it's worth, this slashdotter is a PhD student in machine learning (responding to the GP's comment about 2 PhD students vs a slashdotter).

  19. Re:The 1 in 200 bit is garbage on Researchers Find Gaps In Iranian Filtering · · Score: 1

    I am not claiming that it is likely that the election is fair. I am claiming that the "1 in 200" statistic is pulled out of a hat, much like the ballot numbers.

  20. The 1 in 200 bit is garbage on Researchers Find Gaps In Iranian Filtering · · Score: -1, Flamebait

    To help illustrate, I am going to flip a fair coin 100 times. Actually i'll have a computer do it for me. I end up with...

    *drumroll*

    48 heads and 52 tails!

    Seems pretty reasonable. The question is, now, how likely is it that I flipped exactly 48 heads and 52 tails?

    If you know something about a binomial random variable (which is what we just sampled from), you know that this is (100 choose 48)*.5^(100) = .0735!

    Wow...and that was with only 100 random coin flips. A 1 in 20 chance that, by their metrics, this was a fair set of coin flips (see where the logical incongruity happens?)

    The bottom line is the probabilities we get out of this are not useful to think of as absolute...with so many possibilities the likelihood that any one of them in particular pops up is extremely small. However, we know that at least one of them *will* pop up. It is more useful to think of these likelihoods as relative probabilities...if you take the ratio of any two of them, that does tell you how many times more likely one is to happen than the other.

    Maybe a useful test would have been to randomly generate some results and look at the likelihood ratio?

    Beyond that, to truly say something like "and the probability that they cheated was X", you need to have prior distributions over cheating and not cheating.

    A good example for why this is true is the following classic example: you take a test for a disease that has a 99% chance of correctly diagnosing you, and one out of every 10000000 people have this disease. It diagnosis you as positive. Should you be worried?

    The answer is: given only that information above, no you should not be worried. Of 1000000000 people, there will be 10000000 false positives (multiply by 1%) and 99 true positives. The rest will be negative (including one false negative, and assuming I did the arithmetic right which is not a given). Given that you test positive, the likelihood that you are, in fact, sick, is 99/10000000. Not bad odds...

    The information about how much of the population actually has the disease is what's called a prior. Without a prior on Ahmadi cheating, we cannot make a posterior (the odds after considering the test, or the election results) prediction.

    There are lies, damn lies, and statistics... but actual statisticians are pretty good at this stuff. They don't often do political polling though.

  21. Re:!bug on Software Bug Adds 5K Votes To Election · · Score: 4, Insightful

    yeah, cause the difference in saying something like "x+y/2" or "(x+y)/2" is obvious fraud, as it is a bug that wouldn't crash the system.

  22. Re:Yeah... on String Theory Predicts Behavior of Superfluids · · Score: 1

    Or that the object is magnetic. We can make entire trains float.

  23. Re:CPU Usage... on Google Announces Chrome For Mac and Linux Dev Builds · · Score: 1

    If you're on os x, you should try out Stainless. It's quite good, and based on some of the same ideas as chrome, only more mature. I've been using it as my primary browser (above safari, firefox, or the new safari beta) for some time.

    It's missing a few things, but honestly, I don't care. It's sleek, simple and multi-processed.

    Actually one of my favorite features is the unified address/search bar. Only problem is I have to go to google first to search for queries that have periods and no white space.

  24. Re:Taking vs Excelling on The Myth of the Mathematics Gender Gap · · Score: 1

    Hah! Universities will hand out PhDs just to get rid of some people.

  25. Re:Well, Obama is nominating Sotomayor... on Sotomayor's Position On Copyright Damages · · Score: 5, Insightful

    It's not like Obama ran on a platform of copyright abolition.

    There is no misrepresentation going on here, even if you had hoped that since you agreed with him on one thing that he would agree with you on another.