• robwwilliams 19 hours ago

    Yes old, but even worse, it is not a well argued review. Yes, Bayesian statistics are slowly gaining an upper hand at higher levels of statistics, but you know what should be taught to first year undergrads in science? Exploratory data analysis! One of the first books I voluntarily read in stats was Mosteller and Tukey’s gem: Data Analysis and Regression. A gem. Another great book is Judea Pearl’s Book of Why.

    • nxobject 18 hours ago

      On the subject of prioritizing EDA:

      I need to look this up, but I recall in the 90s a social psychology journal briefly had a policy of "if you show us you're handling your data ethically, you can just show us a self-explanatory plot if you're conducting simple comparisons instead of NHST". That was after some early discussions about statistical reform in the 90s - Cohen's "The Earth is round (p < .05)" I think kick-started things off.

      • wiz21c 19 hours ago

        Definitely. It always amazes me that in many situations, I'm applying some stats algorithm just to conclude: let's look at these data some more...

        • jononor 17 hours ago

          Yes. And the same for DS/ML people also, please. The amount of ML people that can meaningfully drill down and actually understand the data is surprisingly low sometimes. Even worse for being able to understand a phenomena _using data_.

          • Charon77 10 hours ago

            When you have a lot of fancy metrics/models/bootsraps to throw at, people would just see what sticks.

        • hnuser123456 18 hours ago

          Okay, apparently this is the core of the debate?:

          Frequentists view probability as a long-run frequency, while Bayesians view it as a degree of belief.

          Frequentists treat parameters as fixed, while Bayesians treat them as random variables.

          Frequentists don't use prior information, while Bayesians do.

          Frequentists make inferences about parameters, while Bayesians make inferences about hypotheses.

          ---

          If we state the full nature of our experiment, what we controlled and what we didn't... how can it be a "degree of belief"? Sure, it's impossible to be 100% objective, but it is easy to add enough background info to your paper so people can understand the context of your experiment and why you got your results. "we found that at our college in this year, when you ask random students on the street this question, 40% say this, 30% say this..." and then considering how the college campus sample might not fully represent a desired larger sample population... what is different? you can confidently say something about the students you sampled, less so about the town as a whole, less so about the state as a whole...

          I don't know, I finished my science degree after 10 years and apparently have an even mix of these philosophies.

          Would love to learn more if someone's inclined.

          • jdietrich 3 hours ago

            You can never state the full nature of your experiment. Even the simplest experiment under the most controlled conditions has a bunch of unknown unknowns - you can never be certain that you didn't get a bad batch of reagents or a bit flip in your data or just royally screwed something up. Unless you're omniscient, there are always unknown unknowns lurking somewhere in your method.

            In the case of your survey, you can't really state anything about the students you sampled with absolute confidence. You might have been asking a question about something that a lot of people are inclined to lie about. You might have been subconsciously biased and subtly influenced people towards the "right" answer. Slight inconsistencies in the wording of the question might radically alter how people respond. The student you tasked with conducting the interviews might have just stayed in bed and fabricated the data.

            Bayesianism gives us an incredibly powerful framework for reasoning about this innate and unavoidable fog of uncertainty; frequentism largely pretends that it doesn't exist. The ongoing replication crisis shows why this is not merely pedantry, but the single most urgent issue in science.

            • throwawaymaths 2 hours ago

              the replication crisis is more about poor experiment design, low-n studies, and cherry picking results.

              and that's not to say cherry picking is bad. lets say you set up an n=5 experiment and you drop your instrument on the floor on experiment #4. please cherry pick that one away.

            • joshjob42 7 hours ago

              Well even for simple things there's a large difference. Say you toss a coin N times and observe heads x times. What is the probability of your next toss coming up heads?

              A frequentist arguably would say the question doesn't really have any meaning since probabilities are about long run frequencies of things occuring. They might do various tests or tell you the probability of that outcome under various probabilities for heads.

              A Bayesian would make an initial assumption about the probability of any given probability, and then compute a posterior using the likelihood function the frequentist may have, and give you a distribution for what you should believe about the what the true probability of heads is on your next coin toss.

              In general, the latter is more meaningful and informative. There's also pretty good arguments that any coherent method of representing credences is isomorphic to probability, see Cox's theorem.

              • edanm 4 hours ago

                > If we state the full nature of our experiment, what we controlled and what we didn't... how can it be a "degree of belief"?

                Here's a question for you: what's the millionth digit of Pi? (In the standard decimal expansion, of course.)

                This is a question (kind of an "experiment") which literally has only one, constant answer, that is theoretically knowable. But unless you search online, or happen to know the answer, you actually don't know which of the digits 0-9 it is. And I can just as easily ask about the 10^100th digit of Pi, which is, again, a constant - and yet no one knows what it is.

                So using the Frequentist approach to statistics doesn't make much sense - there's no repeated experiment with possible different outcomes.

                But there is a real sense in which your answer should be "it's one of the digits 0-9 with 1/10 probability each". That answer makes sense, because the answer isn't unknowable, just unknown, and probability reflects your lack of knowledge and degree of belief.

                • usgroup 8 hours ago

                  I think Bayesian methods have made ground in sciences such as Sociology, Psychology and Ecology, which are mostly observational, but still attempt to make models with intepretable parameters.

                  With observational studies, representing confounders and uncertainty is a primary concern, because they are the most important source of defeater. Here, Bayesian software such as brms, Stan, pyMC, become a flexible way to integrate may sources of uncertainty. Although, I suspect methods like SEM still dominate for their use cases.

                  Personally, I find myself using Bayesian methods in a similar bag-of-tricks way that I use Frequentist methods mostly because its difficult to believe that complex phenomena is well described by either, so I use whatever makes the case best.

                • perrygeo 19 hours ago

                  Frequentists stats aren't wrong. It's just a special case that has been elevated to unreasonable standards. When the physical phenomenon in question is truly random, frequentist methods can be a convenient mathematical shortcut. But should we be teaching scientists the "shortcut"? Should we be forcing every publication to use these shortcuts? Statistic's role in the scientific reproducibility crisis says no.

                  • NeutralCrane 3 hours ago

                    Frequentist stats are wrong. They are built entirely on a flawed, non-consistent premise. The only reason for their use is because Bayesian approaches were computationally unfeasible for a long time, but that is no longer the case.

                    • tgv 7 hours ago

                      NHST, which is part of frequentist statistics, is wrong, plain and simple. It answers the wrong question (what's the probability of the data given the hypothesis vs. what's the probability of the hypothesis given the data), and will favor H1 under conditions that can be manipulated in advance.

                      There is a total lack of understanding of how it works, but people think they know how to use it. There are numerous articles out there containing statements like "there were no differences in age between the groups (p > 0.05)". Consequently, it is the wrong thing to teach.

                      That's apart from the more philosophical question: what does it mean when I say that there's a 40% chance that it team A will beat team B in the match tomorrow?

                      • StopDisinfo910 5 hours ago

                        NHST is not wrong. It’s widely misused by people who barely understand any statistics.

                        Reducing frequentist statistics to testing and p-value is a huge mistake. I have always wondered if that’s how it is introduced to some and that’s why they don’t get the point of the frequentist approach.

                        Estimation theory makes a lot of sense - to me a lot more than pulling priors out of thin air. It’s also a lot of relatively advanced mathematics if you want to teach it well as defining random variables properly requires a fair bit of measure theory. I think the perceived gap comes from there. People have a somewhat hand wavy understanding of sampling and an overall poor grounding in theory and then think Bayes is better because it looks simpler at first.

                        • zozbot234 4 hours ago

                          > Estimation theory makes a lot of sense - to me a lot more than pulling priors out of thin air.

                          You're "pulling priors out of thin air" whether you realize it or not; it's the only way that estimation makes sense mathematically. Frequentist statistics is broadly equivalent to Bayesian statistics with a flat prior distribution over the parameters, and what expectations correspond to a "flat" distribution ultimately depends on how the model is parameterized, which is in principle an arbitrary choice - something that's being "pulled out of thin air". Of course, Bayesian statistics also often involves assigning "uninformative" priors out of pure convenience, and frequentists can use "robust" statistical methods to exceptionally take prior information into account; so the difference is even lower than you might expect.

                          There's also a strong argument against NHST specifically that works from both a frequentist and a Bayesian perspective: NHST rejects the Likelihood principle https://en.wikipedia.org/wiki/Likelihood_principle hence one could even ask whether NHST is even "properly" frequentist.

                          • StopDisinfo910 4 hours ago

                            > You're "pulling priors out of thin air" whether you realize it or not

                            No, you are not. That’s an argument I often seen put forward by people who want the Bayesian approach to be the one true approach. There are no prior whatsoever involved in a frequentist analysis.

                            People who say that generally refer to MLE being somewhat equivalent to MAP estimation with a uniform prior in the region. That’s true but that’s the usual mistake I’m complaining about of reducing estimators to MLE.

                            The assertion in itself doesn’t make sense.

                            > Of course, Bayesian statistics also often involves assigning "uninformative" priors out of pure convenience

                            That’s very hand wavy. The issue is that priors have a significant impact on posteriors, one which is often deeply misunderstood by casual statisticians.

                            • NeutralCrane 2 hours ago

                              Frequentists big complaint about priors are that they are subjective and influence the conclusions of the study. But the Frequentist approach is equivalent to using a non-informative prior, which is itself a subjective prior that influences the conclusions of the study. It is making the assumption that we know literally nothing about the phenomenon under examination outside of the collected data, which is almost never true.

                              • addcommitpush 2 hours ago

                                Let’s say you run the most basic regression Y = X beta + epsilon. The X is chosen out of the set all possible regressors Z (say you run income ~ age + sex, where you also could have used education, location, whatever).

                                Is that not equivalent to a prior that the coefficient on variables in Z but not in X is zero?

                        • kccqzy 19 hours ago

                          Frequentism methods are strictly less general. For example Laplace used probability theory to estimate the mass of Saturn. But with a frequentist interpretation we have to imagine a large number of parallel universes where everything remains the same except for the mass of Saturn. That's overly prescriptive of what probability means. Whereas in Bayesian statistics what probability means is strictly more general. You can manipulate probabilities even without fully defining them (maximum entropy) subject to intuitive rules (sum rule, product rule, Bayes' theorem), and the results of such manipulation are still correct and useful.

                          • StopDisinfo910 17 hours ago

                            Laplace is typical use of inference statistics to built an estimator. I don’t really understand your point about parallel universe here. It’s absolutely not necessary for any of the sampling to make sense. Every time you try to measure anything, you are indeed taking a sample of the set of measures you could have gotten given the tools you are using.

                            I fear you operate under the illusion that frequentist statistics are somehow limited to hypothesis testing. It is absolutely not the case.

                            • perrygeo 18 hours ago

                              Drawing a sample of Saturns from an infinite set of Saturns! It's completely absurd, but that's what you get when you take a mathematical tool for coin flips and apply it to larger scientific questions.

                              I wonder if the generality of the Bayesian approach is what's prevented its wide adoption? Having a prescribed algorithm ready to plug in data is mighty convenient! Frequentism lowered the barrier and let anyone run stats, but more isn't necessarily a good thing.

                              • IshKebab 17 hours ago

                                I dunno about you guys but I have no problems imagining randomly sampling Saturn.

                                • mitthrowaway2 8 hours ago

                                  What do you mean by "randomly sampling" here?

                                  • IshKebab 7 hours ago

                                    I mean, Saturn was formed by some process right? And it must be sensitive to some initial conditions that - although maybe not really random, we can treat as random. Now imagine going back in time and changing those conditions a bit so that Saturn ended up differently. Do that 1000 times, giving you 1000 different Saturns. Now pick one randomly.

                                    • NeutralCrane an hour ago

                                      The point is that you can’t do that. That’s the entire conundrum with Frequentism. They object to stating anything about the probability of Saturn, because from an objectivist point of view, any statement is either true or it isn’t, and therefore all probabilistic statements about it must be 0% or 100%. Instead they resort to statements about the frequencies over the long term from repeated processes, like the one you have. There are two problems with this:

                                      1. They aren’t answering the original question. The question is about the probability of a property of Saturn. Not about the process of repeatedly forming thousands of alternative Saturns. This seems like a subtle difference but that’s only because Frequentism has been the default for so long. It doesn’t attempt to answer the questions people are actually asking.

                                      2. The assumptions it makes to answer that alternative question are just as flawed. We can’t go back in time and change the conditions surrounding Saturn’s creation. We can’t run 1000s of repeated trials of the creation of Saturn. For a group of people so ideologically opposed to a statement as simple as “the probability of this flipped coin being heads is 50%”, it seems absurd that they are fine with their entire framework being built around a premise that doesn’t exist and cannot exist.

                                      • chuckadams 2 hours ago

                                        We do that right now with computer simulations. Not exactly the hardest of evidence, but if the time machine were possible, someone in the future would have done it by now.

                                • roenxi 6 hours ago

                                  > But with a frequentist interpretation we have to imagine a large number of parallel universes where everything remains the same except for the mass of Saturn. That's overly prescriptive of what probability means.

                                  That isn't much of an argument to the mathematicians. Nobody ever came up with a compelling explanation for what -1 sheeps look like and yet negative numbers turned out to be extremely practical. If it is absurd and provably works then the math community can roll with that.

                                • wenc 16 hours ago

                                  Frequentist methods are unintuitive and seemingly arbitrary to a beginner (hypothesis testing, 95% confidence, p=0.05).

                                  Bayesian methods are more intuitive, and fit how most be reason when they reason probabilistically. Unfortunately Bayesian computational methods are often less practical to use in non-trivial settings (usually involves some MCMC).

                                  I'm a Bayesian reasoner, but happily use frequentist computation methods (max likelihood estimation) because they're just more tractable.

                                  • jampekka 4 hours ago

                                    p-value testing is problematic, but frequentist CIs typically map to credible intervals with uninformative priors. In practice in Bayesian analyses tend to use so weak priors that they are essentially uninformative.

                                    Maximum likelihood also tends to be equivalent to MAP with uninformative priors.

                                    I find a lot of Bayesian analysis is a bit of cargo culting and frequentist/ML formulations are dismissed with tribalism.

                                    • porridgeraisin 3 hours ago

                                      I'm familiar with hypothesis testing, MCMC, and MLE. Can you explain how they are bayesian or frequentist?

                                  • NewsaHackO 21 hours ago

                                    It’s weird how random people can submit non peer reviewed articles to preprint repos. Why not just use a blog site, medium or substack?

                                    • jxjnskkzxxhx 21 hours ago

                                      > Why not just use a blog site, medium or substack?

                                      Because it looks more credible, obviously. In a sense it's cargo cult science: people observe this is the style of science, and so copy just the style; to a casual observer it appears to be science.

                                      • NeutralCrane an hour ago

                                        Publication in a journal is not a requirement for the scientific method. If anything, the insistence that something not published in a scientific journal is not science is, itself, cargo cult scientism.

                                        • nickpsecurity 19 hours ago

                                          Professional science has been doing that a long time if one considers that many published works were never independently tested and replicated. If it's a scientist, and uses scientific descriptions, many just repeat it from there.

                                          • jxjnskkzxxhx 19 hours ago

                                            Overly reductionistic. At the same time a proper rebuttal isn't worth the time for someone who's clearly not looking to understand.

                                        • T-A 11 hours ago

                                          > It’s weird how random people can submit non peer reviewed articles to preprint repos.

                                          Assuming that you are referring to the Arxiv, they can't:

                                          https://info.arxiv.org/help/endorsement.html

                                          • groceryheist 21 hours ago

                                            Two reasons:

                                            1. Preprint servers create DOIs, making works better citable.

                                            2. Preprint servers are archives, ensuring works remain accessible.

                                            My blog website won't outlive me for long. What happened to geocities could also happen to medium.

                                            • lametti 3 hours ago

                                              You should check out https://rogue-scholar.org/ - full-text archiving and DOIs for science blogs. I use it and it works great.

                                              • SoftTalker 20 hours ago

                                                Who would want to cite a random unreviewed preprint?

                                                • mitthrowaway2 20 hours ago

                                                  You don't get a free pass to not cite relevant prior literature just because it's in the form of an unreviewed preprint.

                                                  If you're writing a paper about a longstanding math problem and the solution gets published on 4chan, you still need to cite it.

                                                  • hansvm 3 hours ago

                                                    In some fields, sure, cite the 4chan source, ideally with an archived link.

                                                    Pure math tends to be much more conservative in citations than other fields though, and even when writing a paper about a longstanding math problem you wouldn't necessarily bother to include existing solutions. You reference the things you actually used, and even then you assume some common background knowledge for your audience and don't reference every little undergrad topology theorem or whatever. The point is to be honest with the reader about what was helpful for this work in particular, both to properly attribute things you actually used and to make any searches based on your work more targeted and fruitful.

                                                    • NooneAtAll3 19 hours ago

                                                      tbf, you cite the paper that described and discussed said solution in the more appropriate form

                                                      • mousethatroared 19 hours ago

                                                        You cite the form you encountered and if you're any good of a researcher you will have encountered the original 4chan anon post, Borges' short story, or Chomsky's linguistic paper.

                                                    • jononor 17 hours ago

                                                      Anyone who found something useful in it and are writing a new paper.

                                                      That something is unreviewed does not mean that it is bad or useless.

                                                      • bowsamic 19 hours ago

                                                        It happens way more than you expect. In my PhD I used to cite unreviewed preprints that were essential to my work but simply for whatever reason hadn’t been pushed to publication. More common for long review like papers

                                                        • amelius 20 hours ago

                                                          Maybe other pseudoscientists who agree with the ideas presented and want to create a parallel universe with alternative facts?

                                                          • mousethatroared 18 hours ago

                                                            And people who care more for gatekeeping will stick to academic echo chambers. The list of community driven medical discoveries encountering entrenched professional opposition is quite long.

                                                            Both models are fallible, which is why discernment is so important.

                                                            • jononor 17 hours ago

                                                              You can do that with reviewed papers too :)

                                                        • naveen99 3 hours ago

                                                          I would start with github. Arxiv, show hn, twitter, TikTok , Super Bowl ad if you are going for max look at me, i am not wearing diapers effect.

                                                          • billfruit 21 hours ago

                                                            Why the gatekeeping. Only what is said matters, not who says it.

                                                            • tsimionescu 20 hours ago

                                                              That's a cute fantasy, but it doesn't work beyond a tiny scale. Credentials are critical to help filter data - 8 billion people all publishing random info can't be listened to.

                                                              • NeutralCrane an hour ago

                                                                With all the issues surrounding modern science and the replication crisis, much of which stems from the current standard of journal publications, I would argue that your alternative doesn’t scale any better.

                                                                • SoftTalker 20 hours ago

                                                                  > 8 billion people all publishing random info can't be listened to.

                                                                  Yet it's what we train LLMs on.

                                                                  • tsimionescu 20 hours ago

                                                                    It's what we train LLMs on to make them learn language, a thing that all healthy adult human beings are experts on using. It's definitely not what we train LLMs on if we want them to do science.

                                                                    • verbify 19 hours ago

                                                                      There's a paper Textbooks are all you need - https://arxiv.org/abs/2306.11644

                                                                      > We introduce phi-1, a new large language model for code, with significantly smaller size than competing models: phi-1 is a Transformer-based model with 1.3B parameters, trained for 4 days on 8 A100s, using a selection of ``textbook quality" data from the web (6B tokens) and synthetically generated textbooks and exercises with GPT-3.5 (1B tokens). Despite this small scale, phi-1 attains pass@1 accuracy 50.6% on HumanEval and 55.5% on MBPP. It also displays surprising emergent properties compared to phi-1-base, our model before our finetuning stage on a dataset of coding exercises, and phi-1-small, a smaller model with 350M parameters trained with the same pipeline as phi-1 that still achieves 45% on HumanEval

                                                                      We train on the internet because, for example, I speak a fairly niche English dialect influenced by Hebrew, Yiddish and Aramaic, and there are no digitised textbooks or dictionaries that cover this language. I assume the base weights of models are still using high quality materials.

                                                                      • birn559 20 hours ago

                                                                        Which are known to be unreliable beyond basic things that most people that have some relevant experience get right anyway.

                                                                      • billfruit 13 hours ago

                                                                        GitHub lets anyone upload code. It works perfectly fine.

                                                                        • tsimionescu 11 hours ago

                                                                          There's no problem in letting anyone upload. The problem is in claiming that we should give the same amount of attention to the work of anyone, that "only what is said matters". Just like we don't run random code off github, we have no reason to read random papers on arxiv. And, even on github, anyone using a project knows that "who is maintaining this project" is a major decision factor.

                                                                          • billfruit 10 hours ago

                                                                            My objection was to the concept of gatekeeping/barriers to entry for posting/uploading. Not that everything uploaded demands the same attention.

                                                                            • tsimionescu 32 minutes ago

                                                                              Sure and you're right about that. But the thread was about not judging a paper on the basis of authorship - my quote was a direct quote from the post I replied to.

                                                                      • birn559 20 hours ago

                                                                        If what is said has any merit can be very hard to judge beyond things that are well known.

                                                                        In addition, peer reviews are anonymous for both sides (as far as possible).

                                                                        • ujkiolp 20 hours ago

                                                                          i would filter your dumb shit

                                                                        • BlarfMcFlarf 21 hours ago

                                                                          Peer review specifically checks that what is being said passes scrutiny by experts in the field, so it is very much about what is being said.

                                                                          • SJC_Hacker 20 hours ago

                                                                            They why isn't it double blind ?

                                                                            • BDPW 20 hours ago

                                                                              Often reviewing is executed double blind for exactly this reason. This can be difficult in small fields where you can more-or-less guess who's working on what, but the intent is definitely there.

                                                                              • mcswell 19 hours ago

                                                                                I've reviewed computational linguistics papers in the past (I'm retired now, and the field is changing out from under me, so I don't do it any more). But all the reviews I did were double blind.

                                                                            • watwut 19 hours ago

                                                                              Yeah, that is why 4chan became famous for being the source of trustworthy and valuable scientific research. /s

                                                                              • randomNumber7 8 hours ago

                                                                                Science is in a strange state, but I don't think the current HN audience (of inexperienced ai script kids) is the crowd to have a valuable discussion about it.

                                                                                • billfruit 12 hours ago

                                                                                  GitHub works on a similar model, without any barrier of entry, and it works well.

                                                                                • jxjnskkzxxhx 18 hours ago

                                                                                  > news.ycombinator.com/user?id=billfruit

                                                                                  > Why the gatekeeping. Only what is said matters, not who says it.

                                                                                  Tell me you zero media literacy without telling me you have zero media literacy.

                                                                                • constantcrying 18 hours ago

                                                                                  >It’s weird how random people can submit non peer reviewed articles to preprint repos.

                                                                                  It is weird how people use a platform exactly how it is supposed to be used.

                                                                                • chuckadams 2 hours ago

                                                                                  This helped a non-statistician like myself understand what it is I was supposedly taught wrong: https://xkcd.com/1132/

                                                                                  (I still only sorta get it: I know it's reductionist so as to be funny, but to me those dice are quite literally a hidden variable)

                                                                                  • rawgabbit an hour ago

                                                                                    It is like running a casino versus gambling as an individual.

                                                                                    If I was running a casino and presiding over tens of thousands of bets daily, I would use frequency statistics to guarantee the house always wins.

                                                                                    If I was an individual gambler and determining my odds at a particular bet, I would use Bayesian.

                                                                                    • firejake308 2 hours ago

                                                                                      You're right that the dice are literally intended to represent a hidden variable. The difference between the frequentost and the Bayesian is that the frequentist only accounts for the hidden variable, whereas the Bayesian also accounts for the pre-test probability of the sun exploding. Since the probability of the sun exploding is 1 in a bazillion, multiplying that by 35 still gives you a very very low post-test probability that the sun has gone nova because 35 in a bazillion is still pretty unlikely

                                                                                      • usgroup 2 hours ago

                                                                                        It depends what the null hypothesis is here, but by construction, under a reasonable null, the p-value for an appropriate test would not be acceptable under a Frequentist framework.

                                                                                      • usgroup 8 hours ago

                                                                                        I consider myself an applied Statistician amongst other things, and I find this to be an ideological take mostly.

                                                                                        When we do Statistics, we are firstly doing Applied Mathematics, which we are secondly extending to account for uncertainty for our particular problem. Whether your final model is good will largely depend on how it serves the task it was built for and/or how likely its critics believe it is to be falsified in its alternative hypothesis space. That is, a particular uncertainty extension is not necessary nor sufficient.

                                                                                        For less usual examples, engineers may use Interval Arithmetic to deal with propagation uncertainty, quants might use maximin to hedge a portfolio, management science makes use of scenario analysis (deterministic models under different scenarios): all deal with uncertainty, none necessarily invoke either Frequentist or Bayesian intuitions.

                                                                                        So, in my opinion, the most useful thing to teach neophytes is how to model with Maths. Second, it is how to make cases for the model under uncertainty.

                                                                                        • getnormality 5 hours ago

                                                                                          What I hear when I read this: the way we do things today has definite and well-known problems. Wouldn't it be wonderful to do things in a different way whose problems are not yet well-understood or widely known?

                                                                                          • throwaway81523 9 hours ago

                                                                                            Some time back I remember a blog post about stuff you could straightforwardly do with frequency statistics that were much more difficult with Bayesian methods. I thought I bookmarked it but have no idea where it is now. I half remembered it being on Andrew Gelman's blog, but I spent a while looking there for it. No luck.

                                                                                            • nurettin 4 hours ago

                                                                                              You have a jar with five green, three blue marbles. First random marble you pick is green, what is the chance you get blue next? There is no use for bayes here.

                                                                                              Now you have two jars you can't see inside of, 5g/3b and 3b/5r. You take one jar and want to guess which one you picked. You start pulling marbles and updating your priors until you reach an acceptable certainty. Now you have to use bayes or similar.

                                                                                              These are tools, not ideologies. People who pit these tools against each other are demagogues.

                                                                                              • NeutralCrane an hour ago

                                                                                                > You have a jar with five green, three blue marbles. First random marble you pick is green, what is the chance you get blue next? There is no use for bayes here.

                                                                                                There’s no use for Frequentism there either, it’s basic probability theory.

                                                                                              • brudgers 21 hours ago

                                                                                                Previous submission comments, https://news.ycombinator.com/item?id=32341770

                                                                                                • bmacho 20 hours ago

                                                                                                  Article is from 2012, compare [0] and [1].

                                                                                                  The pdf got replaced for some reason (bug, sensitive information in the meta or idk), but the article seems to have stayed the same, except the date.

                                                                                                  [0]: https://arxiv.org/pdf/1201.2590v1.pdf

                                                                                                  [1]: https://web.archive.org/web/0if_/https://arxiv.org/pdf/1201....