http://gandenberger.org/wp-content/uploads/2014/07/Statistic...
http://gandenberger.org/2014/07/21/intro-to-statistical-meth...
11–20 of 97 posts
http://gandenberger.org/wp-content/uploads/2014/07/Statistic...
http://gandenberger.org/2014/07/21/intro-to-statistical-meth...
Tons of write ups and YouTube videos out there on it but here is one example of an explanation:
http://angrystatistician.blogspot.com/2012/06/bayes-solution...
One of the best examples of the idea of Bayes is the Monte Hall problem. It is a good example of how prior probability (3 unopened doors) can lead to a more clear posterior-host selects an unopened door with a bad prize and you are asked whether to stay with the unopened door you chose or switch to the remaining open door. Turns out via Bayes it’s better to switch doors because you have more information now. Tons of…
Depending on how you model Monty Hall's prior probability of revealing the prize, seeing a non-prize door can result in the probability anywhere between 0 and 2/3 of switching being advantageous.
I truly believe that Bayesian inference is the statistics of the 21st century. Recent advances in MCMC (e.g., NUTS, Stan [1]) and variational inference (e.g., ADVI [2], VAE [3], etc.) + more computing power than ever promise a near future in which Bayesian inference is the default inference engine. Prior distribution is a beautiful and logical mechanism for adding regularization, domain-specific knowledge to our mode…
Here's a more recent advance https://arxiv.org/pdf/1711.09268.pdf
I truly believe that Bayesian inference is the statistics of the 21st century. Recent advances in MCMC (e.g., NUTS, Stan [1]) and variational inference (e.g., ADVI [2], VAE [3], etc.) + more computing power than ever promise a near future in which Bayesian inference is the default inference engine. Prior distribution is a beautiful and logical mechanism for adding regularization, domain-specific knowledge to our mode…
I truly believe that Bayesian inference is the statistics of the 21st century. Recent advances in MCMC (e.g., NUTS, Stan [1]) and variational inference (e.g., ADVI [2], VAE [3], etc.) + more computing power than ever promise a near future in which Bayesian inference is the default inference engine. Prior distribution is a beautiful and logical mechanism for adding regularization, domain-specific knowledge to our mode…
It's fine for a company or individual trying to optimize an objective, but not as a way to do good science (which this article is about).
bayesRule :: (Prob a) -> (a -> Prob b) -> b -> Prob a
bayesRule prior likelihood data = do
h
I don’t actually do Haskell...just thinking out loud.Looks like it was written similarly here http://www.randomhacks.net/files/build-your-own-probability-...
Does anyone have any examples of informative priors that they used to solve some problem at work?
[1]: https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.11...