Bayesian methods in psychometrics incorporate prior information about item parameters or ability distributions, allowing more robust estimation especially with sparse or small samples. Bayesian IRT, Bayesian structural equation modeling, and Bayesian latent class analysis offer flexible frameworks for uncertainty quantification, hypothesis testing, and complex measurement models. Markov Chain Monte Carlo (MCMC) methods enable estimation of otherwise intractable models.
Two things you already know make this topic click immediately. From Bayes' theorem and Bayesian inference, you know that Bayesian reasoning means treating unknown parameters as probability distributions rather than as fixed unknown values — you start with a prior distribution representing beliefs before seeing data, observe data that has a likelihood, and multiply them to get a posterior distribution representing updated beliefs. From item response theory (IRT), you know that models like the 2PL estimate item parameters (difficulty, discrimination) and person ability (θ) by finding values that best fit observed response patterns. Bayesian IRT combines these: instead of finding the single best-fitting parameter values, it produces full probability distributions over all possible values, quantifying uncertainty rather than collapsing it into a point estimate.
Why does this matter practically? Classical maximum-likelihood IRT estimation requires reasonably large samples — typically 200+ respondents for stable 2PL item parameter estimates. With sparse data (small samples, few items, rare response patterns), maximum-likelihood estimates can be unstable or fail to converge entirely. The Bayesian approach addresses this by incorporating prior distributions — informed beliefs about what typical item parameters look like. A prior that says "difficulty parameters are usually between −3 and 3, and discrimination is usually between 0.5 and 2.5" constrains estimation and produces stable results even with small samples. The posterior combines the prior with the data likelihood, yielding estimates that reflect both what you knew before and what the data adds. When data are abundant, the likelihood dominates and the prior matters little; when data are sparse, the prior provides the stabilizing information that maximum likelihood lacks.
The key machinery is Markov Chain Monte Carlo (MCMC), a family of algorithms for sampling from complex probability distributions that have no closed-form solution. In a realistic psychometric model — say, a 3PL IRT model fit to 50 items across 300 respondents — the joint posterior over all parameters is a high-dimensional object that cannot be solved analytically. MCMC constructs a random walk through parameter space that, over thousands of iterations, converges to the correct posterior distribution. Common algorithms include Gibbs sampling (iteratively sampling each parameter from its conditional distribution) and Hamiltonian Monte Carlo (used in Stan, a popular software platform). The output is a large collection of parameter samples drawn from the posterior — you summarize this collection to get point estimates (posterior mean or median), credible intervals (the Bayesian analog of confidence intervals), and full characterization of parameter uncertainty.
Beyond IRT, Bayesian methods extend to the full range of psychometric models. Bayesian structural equation modeling propagates uncertainty in factor loadings through to final inferences, rather than treating estimated loadings as known truth. Bayesian latent class analysis assigns individuals probabilistically to classes, with uncertainty about class membership explicitly represented rather than suppressed. The common thread is that every parameter estimate comes with principled uncertainty quantification. A credible interval (e.g., "there is a 95% posterior probability that this item's difficulty lies between −0.5 and 1.2") has an intuitive interpretation that frequentist confidence intervals technically lack — it is a genuine probability statement about the parameter given the data and prior. This interpretability, combined with the ability to incorporate prior knowledge and fit models that classical methods can't handle, explains the growing adoption of Bayesian methods in advanced psychometrics.
No topics depend on this one yet.