We think this cool study we found is flawed. Help us reproduce it
71–80 of 361 posts
Re: We think this cool study we found is flawed. Help us reproduce it
#72My idea of what random actually looks like has been affected a lot by generating random numbers with a computer. They just don’t actually look that random. I read an anecdote about the iPod shuffle (hey kids - it was a music player with no screen so you could not choose songs directly) - they initially set it to be genuinely random in the way it chose the next song - people didn’t like it. It didn’t _feel_ random to…
Re: We think this cool study we found is flawed. Help us reproduce it
#73Very interesting, and I think this part sums up the crux: “The researchers believe that you can only analyze the raw responses because, statistically, any sequence is equally likely to occur, so where do you draw the line?” I’d say that, as it is a psychological study, making claims about a human behavior, treating humans as pure random number generators without considering _intent_ is a mistake. It is entirely possi…
Re: We think this cool study we found is flawed. Help us reproduce it
#74Re: We think this cool study we found is flawed. Help us reproduce it
#75My idea of what random actually looks like has been affected a lot by generating random numbers with a computer. They just don’t actually look that random. I read an anecdote about the iPod shuffle (hey kids - it was a music player with no screen so you could not choose songs directly) - they initially set it to be genuinely random in the way it chose the next song - people didn’t like it. It didn’t _feel_ random to…
In the case the coin flip, all heads or all tails is perfectly fine and will happen in macro random, ie if you took macro to mean > 1 million rolls let's say. But in micro random (the 12 rod we experience in real time) if that were to happen we'd feel uncomfortable and immediately assume it was cheated even if it was a product of true randomness because macro random suffers the same problems as very large numbers of slices of time
Re: We think this cool study we found is flawed. Help us reproduce it
#76Can anyone describe in a nutshell how measures of randomness work? Every sequence generated by independent random choices is equally likely, right?
The measure of randomness chosen in this particular paper appears to be an approximation of the Kolmogorov-Chaitin complexity adapted for small integer/binary sequences. This effectively looks at how easy it would theoretically be to compress/describe the data, for instance HHHHHHHHHH would be low complexity as it could be encoded as '10 H's'. If something is truly random, it shouldn't be possible to encode it due to…
This statement is obviously untrue.
“Random numbers” don’t really exists. The original authors were right about that. Every number/sequence is equally likely to occur. There’s even an XKCD about this [0].
I guess what you mean is: If you have a process that generates sequences randomly, most of those sequences are expected to compress badly.
Re: We think this cool study we found is flawed. Help us reproduce it
#77Earlier quoted context omitted.
This is a key point in the article. The researchers (original) did not want to throw out the data that doesn't "seem random", this group argues in favour of doing so.
Yeah, I read that part and I can't make sense of it. How are they deciding what is reasonably random?
Re: We think this cool study we found is flawed. Help us reproduce it
#78Re: We think this cool study we found is flawed. Help us reproduce it
#79> Do you think the questionable response looks genuinely random and satisfies the instructions? We don’t. Could someone explain why putting sequences of same choice is invalid? Sure, a probability of having many tails continously is low but how is it not random?
Randomness is never about the output; it is a property of the source.
So what is not random, is that the frequency of people that output repeating sequences is higher than the quotient of that sequence among all possible sequences of the same size.
The issue of the initial paper is that it claims to conclude that people aged > 60 are less random, when they simply output a fully-repeating sequence with a slightly higher rate (which is not surprising taking into consideration that there are much, much fewer of them).
Re: We think this cool study we found is flawed. Help us reproduce it
#80I guess my ability to follow directions is about to nosedive.