Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rfd

Simulation of compositional data from the Flexible Dirichlet distribution


Description

Simulation of compositional data from the Flexible Dirichlet distribution.

Usage

rfd(n, alpha, prob, tau)

Arguments

n

The sample size.

alpha

A vector of the non-negative alpha parameters.

prob

A vector of the clusters' probabilities that must sum to one.

tau

The positive scalar tau parameter.

Details

For more information see the references.

Value

A matrix with compositional data.

Author(s)

Michail Tsagris ported from the R package FlexDir. mtsagris@uoc.gr.

References

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.

See Also

Examples

alpha <- c(12, 11, 10)
prob <- c(0.25, 0.25, 0.5)
x <- rfd(100, alpha, prob, 7)

Compositional

Compositional Data Analysis

v4.6
GPL (>= 2)
Authors
Michail Tsagris [aut, cre], Giorgos Athineou [aut], Abdulaziz Alenazi [ctb]
Initial release
2021-04-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.