| MLE of the Dirichlet distribution assuming a common parameter | R Documentation |
MLE of the Dirichlet distribution assuming a common parameter.
diria0.est(x, tol = 1e-06)
x |
A matrix containing compositional data. Zeros are not allowed. |
tol |
The tolerance level indicating no further increase in the log-likelihood. |
Maximum likelihood estimation of the Dirichlet distribution, assuming a common parameter, is performed via Newton-Raphson.
A list including:
iter |
The number of iterations required. |
loglik |
The value of the log-likelihood. |
a0 |
The estimated common parameter. |
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
Thomas P. Minka (2003). Estimating a Dirichlet distribution. http://research.microsoft.com/en-us/um/people/minka/papers/dirichlet/minka-dirichlet.pdf
diri.est, diri.contour rdiri, ddiri, dda
x <- rdiri( 100, c(5, 5, 5, 5) )
diri.nr(x)
diria0.est(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.