bayesian
Bayesian refers to methods, models, and a philosophy of probability that interprets uncertainty in terms of degrees of belief and updates those beliefs with evidence using Bayes' theorem. Bayes' theorem states that the posterior probability of a hypothesis H given data D is proportional to the likelihood of D given H times the prior probability of H: P(H|D) ∝ P(D|H) P(H). The constant of proportionality is the marginal likelihood, P(D).
This framework centers on three elements: the prior distribution, representing beliefs before observing data; the likelihood,
Conjugate priors yield closed-form posteriors in simple models, but many practical problems require computational methods, including
Bayesian methods are used across disciplines, including medicine, ecology, finance, and machine learning, for parameter estimation,
Variants include hierarchical Bayes models, which share information across groups, and empirical Bayes, which estimates priors