I wish to devise a test that determines whether or not an individual is clairvoyant (or if a black-box model works). Let us assume that the clairvoyant believes that they can estimate a person's height (or any other statistic like income whose distribution we know) by their name (or a mental model incorporating multiple factors that we do not know).
We randomly sample $n$ people from the population with heights $h_{i}$, $i \in \{1,2,...n\}$. The clairvoyant gives $n$ intervals of height (in cms) as guesses e.g. $I_{1} = (162, 180), I_{2} = (152, 154)..., I_{n} = (134,155).$ The clairvoyant is deemed correct if a person's height $h_{i} \in I_{i}$. We know what the distribution of height is for the population and we can calculate the probability of a randomly selected person's height falling in an interval. In order to establish whether the individual is a clairvoyant, we need to decide what cut-off we choose for the hit rate (the number of times the clairvoyant in question is correct). How does one compute such a cut-off and how does one devise a test to figure out how competent the clairvoyant in question is? Or is computing errors the only way around this?