Quantiles of the marginal beta distributions in a dirichlet distribution

qMarginalDirichlet(p, alpha)

Arguments

p

the probability of the desired quantile

alpha

the vector of dirichlet parameters

Value

the vector of marginal quantiles

Examples

qMarginalDirichlet(c(0.1, 0.2, 0.4), c(2,3,4))
#> [,1] [,2] [,3] #> [1,] 0.1120512 0.2037214 0.3045838 #> [2,] 0.1425092 0.2432160 0.3501513 #> [3,] 0.1900772 0.3011767 0.4142176