fun_estimate_Dirichlet_from_single_source.RdAssume that data is \(X ~ Dir(\theta)\) iid. This function estimates \(\theta\).
fun_estimate_Dirichlet_from_single_source( df, name_param = "theta", use = "ML", ... )
| df | the dataframe, must contain only the samples |
|---|---|
| name_param | name of output parameter (default: |
| use | if |
| ... | additional parameters to the estimation method |
a dataframe (tibble) with the columns named as the Dirichlet parameter