Simulation of compositional data from the Flexible Dirichlet distribution | R Documentation |
Simulation of compositional data from the Flexible Dirichlet distribution.
rfd(n, alpha, prob, tau)
n |
The sample size. |
alpha |
A vector of the non-negative |
prob |
A vector of the clusters' probabilities that must sum to one. |
tau |
The positive scalar |
For more information see the references and the package FlxeDir.
A matrix with compositional data.
Michail Tsagris ported from the R package FlexDir. mtsagris@uoc.gr.
Ongaro A. and Migliorati S. (2013). A generalization of the Dirichlet distribution. Journal of Multivariate Analysis, 114, 412–426.
Migliorati S., Ongaro A. and Monti G. S. (2017). A structured Dirichlet mixture model for compositional data: inferential and applicative issues. Statistics and Computing, 27, 963–983.
dfd
alpha <- c(12, 11, 10)
prob <- c(0.25, 0.25, 0.5)
x <- rfd(100, alpha, prob, 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.