Simulate coin tosses, dice rolls, Monty Hall, Birthday Paradox, Bayes, and Prob Trees.
Studies probability spaces \((\Omega, \mathcal{F}, P)\) and random variable distributions: Discrete (Binomial \(P(k)=\binom{n}{k}p^k(1-p)^{n-k}\), Poisson \(P(k)=\frac{\lambda^k e^{-\lambda}}{k!}\)) and Continuous (Gaussian Normal \(\mathcal{N}(\mu, \sigma^2): f(x)=\frac{1}{\sigma\sqrt{2\pi}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}\), Exponential \(f(x)=\lambda e^{-\lambda x}\)). Expectation \(\mathbb{E}[X] = \int x f(x)dx\), Variance \(\text{Var}(X) = \mathbb{E}[X^2] - (\mathbb{E}[X])^2\). Cumulative Distribution Function \(F(x) = P(X \le x)\).