Login
📚 Statistical Inference for Everyone
Chapters ▾

7.5 Summary

It is useful to see all of these results stemming from the same Bayes' Recipe, applied to different models of the data and (possibly) different prior probabilities. As we have stated, many of the simple cases have been worked out by the mathematicians, so we don't need to do the work of deriving them. It will be our task to understand their properties, to be able to apply them to real problems, and to understand their consequences. One of the immediate observations that we make is the prevalence of the Normal distribution, justifying our detailed exploration of it in this chapter.

  1. Proportions
    • Parameter of Interest: θ, the chances of a single event
    • Applications: coin flips, voting percentages, success in sports, performance on tests
    • Form of the data: h successes in N total events
    • Model of the data:

      data={success, with probability θfailure, otherwise (i.e. with probability 1θ)

    • Posterior Probability:

      Beta(θ|data)posteriorprobabilityBinomial(data|θ)likelihood×Uniform(θ)priorprobability

  2. Magnitude with Known Deviation
    • Parameter of Interest: μ, the true magnitude of a quantity, given the deviation, labeled by σ, from the central value
    • Applications: percentages with large samples, scientific measurements such as weight and size of objects, time scales of events
    • Form of the data: N total data points, labeled x1,x2,,xN, and given known σ
    • Model of the data:

      data=μ+uncertainty with probability Normal(μ=0,known σ)

    • Posterior Probability:

      Normal(μ2|data,σ)posteriorprobabilityNormal(data|μ,σ)likelihood×Uniform(μ)priorprobability

  3. Magnitude with Unknown Deviation
    • Parameter of Interest: μ, the true magnitude of a quantity, and the unknown deviation, labeled by σ, from the central value
    • Applications: scientific measurements with small samples (less than around 30), such as weight and size of objects, time scales of a small number of events
    • Form of the data: N total data points, labeled x1,x2,,xN
    • Model of the data:

      data=μ+uncertainty with probability Normal(μ=0,σ)

    • Posterior Probability:

      P(μ,σ|data)posteriorprobabilityNormal(data|μ,σ)likelihood×Uniform(μ)·Uniform(logσ)priorprobability

      StudentT(μ|data)posteriorprobability[P(μ,σ|data)]marginalized over σ

      F(σ|data)posteriorprobability[P(μ,σ|data)]marginalized over μ

Adapted from Statistical Inference for Everyone, by Brian Blais (Bryant University), licensed under CC BY-SA 4.0 (dual-licensed under the GNU FDL 1.2 or later; this adaptation uses the CC BY-SA grant). Changes were made; this adaptation is distributed under the same license. License: CC-BY-SA-4.0.