Description Usage Arguments Value
View source: R/fun_dirichlet_MLE.R
Assume that data is X ~ Dir(θ) iid. This function estimates θ.
1 2 3 4 5 6 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.