Last chance! 50% off unlimited learning
Sale ends in
As defined in Neuenschwander et al (2008), this function computes the parameters of the minimal informative unimodal beta distribution, given the request that the p-quantile should be q, i.e. X ~ Be(a, b) with Pr(X <= q) = p.
getMinInfBeta(p, q)
the two resulting beta parameters a and b in a list
the probability (> 0 and < 1)
the quantile (> 0 and < 1)