Minimized Kullback-Leibler divergence between Dirichlet and logistic normal {Compositional} | R Documentation |
Minimized Kullback-Leibler divergence between Dirichlet and logistic normal distributions.
kl.diri.normal(a)
a |
A vector with the parameters of the Dirichlet parameters. |
The function computes the minimized Kullback-Leibler divergence from the Dirichlet distribution to the logistic normal distribution.
The minimized Kullback-Leibler divergence from the Dirichlet distribution to the logistic normal distribution.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
Aitchison J. (1986). The statistical analysis of compositional data, p. 127. Chapman & Hall.
diri.nr, diri.contour, rdiri, ddiri, dda, diri.reg
a <- runif(5, 1, 5)
kl.diri.normal(a)