Back
other Mar 15, 2024

Estimating a Visitation Interval: an Exercise in Bivariate Bayesian Statistics

Loosely inspired by the German tank problem: several witnesses reported seeing a UFO during the given time intervals, and you want to quantify your certainty regarding when the UFO arrived and when it left.

by Justin Skycak (@justinskycak) justinmath.com 432 words
View original

Loosely inspired by the German tank problem: several witnesses reported seeing a UFO during the given time intervals, and you want to quantify your certainty regarding when the UFO arrived and when it left.

Want to get notified about new posts? Join the mailing list and follow on X/Twitter.


Years ago, I came up with a neat problem while teaching Bayesian statistics. It’s loosely inspired by the German tank problem.

Several witnesses reported seeing a UFO during the following time intervals:

$\begin{align*} \text{data}=\bigg\{ [12,13], \, [12,13.5], \, [14,15], \, [14,16] \bigg\} \end{align*}$

The times represent hours in military time:

Suppose you want to quantify your certainty regarding when the UFO arrived and when it left.

Assume the data came from $\mathcal{U}[a,b],$ the uniform distribution on the interval $[a,b].$ This means the UFO arrived at time $a$ and left at time $b.$

Watch out! The data do NOT correspond to samples of $[a,b].$ Rather, the data correspond to subintervals of $[a,b].$

a. Compute the likelihood function $\mathcal{L}([a,b]\,\vert\,\text{data}).$

b. Normalize the likelihood function so that it can be interpreted as a probability density.

c. What is the probability that the UFO came and left sometime during the day that it was sighted? In other words, what is the probability that $0<a<a_\text{max}$ and $b_\text{min} < b < 24?$

d. What is the probability that the UFO arrived before 10am?


Want to get notified about new posts? Join the mailing list and follow on X/Twitter.