Description Usage Arguments Details
Maximum likelihood estimation of Dirichlet parameter.
1 2 3 4 5 6 7 8 9 10 |
y |
A matrix or data.frame where each row corresponds to a k-dim observation. |
x |
Not used. |
start |
Not used. |
weights |
Not used yet. |
offset |
Not used. |
... |
Not used yet. |
estfun |
logical. Should the matrix of score contributions (estimating functions) be returned. |
object |
logical. Should the return from 'optim()' be returned. |
Perform MLE of parameters of a Dirichlet distribution. Interface and return value are designed to fit the modelparty infrastructure of the partykit package. ML estimates are found numerically using 'optim' with BFGS algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.