Bayesian Statistics Probabilities Are Subjective
Bayesian Statistics Probabilities Are Subjective
Bayesian Statistics Probabilities Are Subjective
1 lecture 8
Bayesian statistics
Bayesian idea: We describe our “knowledge” about the
parameter of interest, θ, in terms of a distribution π(θ). This
is known as the prior distriubtion (or just prior) – as it
describes the situation before we see any data.
2 lecture 8
Bayesian statistics
Posterior
Let x denote our data. The conditional distribution of θ
given data x is denoted the posterior distribution:
f (x | θ )π (θ )
π (θ | x ) =
g (x )
Example:
Let x denote the number of successes in n trail.
Conditional θ, x follows a binomial distribution:
n x
f ( x | θ ) = θ (1 − θ ) n − x
x
3 lecture 8
Bayesian statistics
Posterior – some data
We now observe n=10 experiment with x=3 successes, i.e.
x/n=0.3
Posterior distributions – our “knowledge” after having seen
data.
Γ(α + β + n)
π (θ | x) = θ α + x −1 (1 − θ ) β + n − x −1
Γ(α + x)Γ( β + n − x)
6 lecture 8