Description Usage Arguments Value
View source: R/sirt_dirichlet.R
Maximum likelihood estimation of the parameters of the Dirichlet distribution
1 2 3 4 5 6 7 8 9 | dirichlet.mle(
x,
weights = NULL,
eps = 10^(-5),
convcrit = 1e-05,
maxit = 1000,
oldfac = 0.3,
progress = FALSE
)
|
x |
x |
A list with following entries
alpha
Vector of α parameters
alpha0
The concentration parameter $α_0=∑_k α_k$
xsi
Vector of proportions $ξ_k=α_k / α_0$
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.