Paradigms for statistical inference

This page summarizes the projects mentioned and recommended in the original post on /r/AskStatistics

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • stan

    Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.

  • You can only get a posterior distribution by writing out a full model with priors and a likelihood. A Bayesian model consists of a likelihood and some number of layers of prior distributions. The product of those probability densities is proportional to the posterior probability density. And what you care about is the entire posterior distribution. Once you have that, all you have to do is choose how to summarize it. The difficulties in Bayesian inference come in the forms of laying out the model (often the likelihood is obvious while the priors are less-so), and getting samples from the posterior. Incalculable blood, sweat, and tears have gone into ways to get samples from this distribution. But we have things like stan for that these days, so Bayesian inference gets to proceed top down from a model-first perspective.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts