Description Usage Arguments Author(s) References Examples
View source: R/approxpDirichlet.R
A monte-carlo approximation of the Dirichlet CDF.
1 | approxpDirichlet(a, t, N = 10000)
|
a |
Dirichlet parameters |
t |
the proportions |
N |
number of samples to draw |
Zen, Neal Fultz
http://stats.stackexchange.com/questions/57262/implementation-of-dirichlet-cdf
1 | approxpDirichlet(c(1,3,1), c(0.299, 0.528, 0.204))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.