.estimateEntropy {prefeR} | R Documentation |
Calculates the expected posterior entropy of the prefel object if x and y are compared. Ignores the odds of indifference preferences, as using them would increase runtime 50% without much gain.
Description
Calculates the expected posterior entropy of the prefel object if x and y are compared. Ignores the odds of indifference preferences, as using them would increase runtime 50% without much gain.
Usage
.estimateEntropy(p, currentGuess, x, y)
Arguments
p |
An object of class BayesPrefClass. |
currentGuess |
The current best estimate for our weight vector. |
x |
Possible comparison 1 |
y |
Possible comparison 2 |
[Package prefeR version 0.1.3 Index]