Description Usage Arguments Value References See Also Examples
View source: R/Dirichlet_Process.r
Generate the MPE estimate of "pi" in following model structure:
pi|alpha \sim DP(alpha,U)
x|pi \sim Categorical(pi)
where DP(alpha,U) is a Dirichlet Process on positive integers, alpha is the "concentration parameter" of the Dirichlet Process, U is the "base measure" of this Dirichlet process, it is an uniform distribution on all positive integers.Categorical() is the Categorical distribution. See dCategorical
for the definition of the Categorical distribution.
In the case of CatDP, x can only be positive integers.
The model structure and prior parameters are stored in a "CatDP" object.
The MPE of pi is pi_MPE = E(pi|alpha,x), E() is the expectation function.
1 2 |
obj |
A "CatDP" object. |
... |
Additional arguments to be passed to other inherited types. |
numeric.
Teh, Yee W., et al. "Sharing clusters among related groups: Hierarchical Dirichlet processes." Advances in neural information processing systems. 2005.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.