qMarginalDirichlet.Rd
Quantiles of the marginal beta distributions in a dirichlet distribution
qMarginalDirichlet(p, alpha)
p | the probability of the desired quantile |
---|---|
alpha | the vector of dirichlet parameters |
the vector of marginal quantiles
#> [,1] [,2] [,3] #> [1,] 0.1120512 0.2037214 0.3045838 #> [2,] 0.1425092 0.2432160 0.3501513 #> [3,] 0.1900772 0.3011767 0.4142176