powered by
Given a (elicited) Dirichlet distribution, calculate quantiles for each marginal beta distribution corresponding to the elicited quantiles
feedbackDirichlet(d, quantiles = c(0.1, 0.9), sf = 2)
Quantiles for each marginal distribution
A vector of parameters of the Dirichlet distribution
The desired quantiles for feedback
The number of significant figures displayed
Jeremy Oakley <j.oakley@sheffield.ac.uk>
if (FALSE) { feedbackDirichlet(d = c(20, 10, 5), quantiles = c(0.1, 0.33, 0.66, 0.9)) }
Run the code above in your browser using DataLab