Explore >> Select a destination


You are here

possiblywrong.wordpress.com
| | senthil.learntosolveit.com
5.7 parsecs away

Travel
| | This is a coin flip simulator. It compare theoretical binomial distribution with experimental results. listings/python/coinflip.py (Source) import random import math import matplotlib.pyplot as plt
| | poissonisfish.com
5.8 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...
| | austinrochford.com
2.3 parsecs away

Travel
| | While preparing the first in an upcoming series of posts on multi-armed bandits, I realized that a post diving deep on a simple Monte Carlo estimate of $\pi$ would be a useful companion, so here it is
| | swingleydev.com
30.4 parsecs away

Travel
| [AI summary] The author uses SQL, R, and Arduino programming to analyze historical temperature and snowfall data in Fairbanks, Alaska, to investigate trends in the timing and intensity of extreme cold and snow-free periods.