Tagged articles
2 articles
Page 1 of 1
Model Perspective
Model Perspective
Oct 18, 2022 · Fundamentals

How Bayesian Inference Solves the Classic Coin Toss Problem

This article introduces Bayesian inference through the classic coin‑toss example, explaining how to model bias with a beta prior and binomial likelihood, derive the posterior distribution, and understand convergence of different priors as data accumulates.

Bayesian inferenceCoin Tossbeta distribution
0 likes · 8 min read
How Bayesian Inference Solves the Classic Coin Toss Problem
MaGe Linux Operations
MaGe Linux Operations
Aug 6, 2018 · Fundamentals

Estimating Coin Toss Probability with Maximum Likelihood in Python

This article explains the concept of maximum likelihood estimation (MLE) and demonstrates how to estimate the probability of heads in a coin‑toss experiment using Python simulation, sympy for the likelihood function, and visualisation of the resulting discrete probability distribution.

Coin TossMLEMaximum Likelihood
0 likes · 5 min read
Estimating Coin Toss Probability with Maximum Likelihood in Python