/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

tinyheero.github.io
| | jaketae.github.io
2.4 parsecs away

Travel
| | So far on this blog, we have looked the mathematics behind distributions, most notably binomial, Poisson, and Gamma, with a little bit of exponential. These distributions are interesting in and of themselves, but their true beauty shines through when we analyze them under the light of Bayesian inference. In today's post, we first develop an intuition for conditional probabilities to derive Bayes' theorem. From there, we motivate the method of Bayesian inference as a means of understanding probability.
| | www.quantstart.com
2.7 parsecs away

Travel
| | Bayesian Statistics: A Beginner's Guide
| | poissonisfish.com
3.4 parsecs away

Travel
| | Someof the most fundamental functions in R, in my opinion, are those that deal with probability distributions. Whenever you compute a P-value you relyon a probability distribution, and there are many types out there. In this exercise I will cover four: Bernoulli, Binomial, Poisson, and Normal distributions. Let me begin with some theory first: Bernoulli...
| | algorithmsoup.wordpress.com
21.0 parsecs away

Travel
| The ``probabilistic method'' is the art of applying probabilistic thinking to non-probabilistic problems. Applications of the probabilistic method often feel like magic. Here is my favorite example: Theorem (Erdös, 1965). Call a set $latex {X}&fg=000000$ sum-free if for all $latex {a, b \in X}&fg=000000$, we have $latex {a + b \not\in X}&fg=000000$. For any finite...