I'd like to offer my thoughts on this topic, but of course I stand to be corrected. (which will probably be the case
A naive approach would be to assume that, if a person can hear a difference, he could ABX it correctly every time. Of course, this is -- as we all know -- practically not true. But even then we would face the problem to determine the probability the person was guessing:
P(G | c/t) = 1 if c<t, 0<t
P(G | t/t) = ? if 0<t
(that is, the conditional probability, the tested person was guessing under the condition that he ABXed c times correctly of t total trials.)
ff123's great ABCHR utility has a pval calculation labelled "Probability you were guessing". The confidence then would be 1 - pval (I think). Analyzing the source code (sorry if this is wrong, I'm not a C-programmer) I assume the confidence function is calculated like this:
confidence: [img]1c5e466055[/img] (http://www.freewebs.com/aleph/confidence-mapping.gif if it's not working inline)
So that the following should be true: 1-P(G|correct/trials) = confidence(correct, trials).
If I read the formula correctly, confidence(correct, trials) is the complementary probability to achieve the same or a better result by guessing, i.e. confidence(correct, trials) = 1 - P(correct/trials OR (correct+1)/trials OR ...OR trials/trials | G).
My problem is: why should 1-P(G|correct/trials) = 1 - P(correct/trials OR (correct+1)/trials OR ...OR trials/trials | G) be true? I figure it has something to do with a certain model (assumptions about reality, like P(g)=constant) behind this, different from the naive stated above.
I'm quite aware that there might be a flaw/inaccuracy somewhere in my argument, but I hope someone with more insight in statistics can help me out.