Description Usage Arguments Details Value
View source: R/fun_dirichlet_MLE.R
Estimate MLE parameters from a dataframe of Dirichlet samples from different sources. The sources must be known.
1 | fun_estimate_Dirichlet_from_samples(df, col_source = "source", ...)
|
df |
dataframe of Dirichlet samples with a source column |
col_source |
the column name containing the source column |
... |
Arguments passed on to
|
Suppose that rows in source i are X ~ Dir(θ_i) iid. This function estimates θ_i.
a tibble containing the Dirichlet parameter estimates for each source
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.