/bayesian-inference-hello-world

A minimalistic example of bayesian inference. We infer the probability of heads in a series of coin flips.

Primary LanguageJupyter NotebookDo What The F*ck You Want To Public LicenseWTFPL

Bayesian Inference - Hello World

Our goal is to infer the probability of heads 𝑝 given a series of coin flips. This is a simple, bare bones but relevant example of Bayesian Inference. For instance, in a real world setting, we might want to infer the parameters of a linear regression model given a series of observations.