The bradley-terry-model tag has no wiki summary.
0
votes
0answers
28 views
Reporting results from BradleyTerry2 in R
I have a couple of questions related the BradleyTerry2 package in R. I
recently used this on a set of data from an experiment, but I'm now
completely lost as to what to do with the results.
My ...
7
votes
1answer
131 views
How to model pairwise preference with both strong and weak preferences?
I have large comparison data in form
In a pairwise comparison data each data point compares two alternatives.
For instance:
A > B (A is preferred to B, A and B are classes, not numbers)
A > B
B > A
...
1
vote
3answers
319 views
Is there a SoftMax distribution with confidence parameters?
This is a softmax probability distribution:
$$P(i| w_1, w_2, \ldots, w_n) = \frac{exp(w_i)}{\sum_{i=1}^n exp(w_i)}.$$
It known also as Boltzmann distribution. It is used in generalized Bradley-Terry ...