Description Usage Arguments Value Examples
Calculates the log-likelihood in the pairwise Zemel model
1 | Likelihood.Zemel(Data.pairs, Estimate)
|
Data.pairs |
data broken up into pairwise comparisons |
Estimate |
Inference object from Estimate function |
a log-likelihood of the data under the Zemel model
1 2 3 | Estimate <- Generate.Zemel.Parameters(10)
pairs <- Generate.Zemel.Ranks.Pairs(Estimate$Score, 10, 10)
Likelihood.Zemel(pairs, Estimate)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.