Nothing
dmixdiri <- function(x, a, prob, logged = TRUE) {
g <- dim(a)[1]
f <- 0
for (i in 1:g) f <- f + prob[i] * Compositional::ddiri(x, a[i, ], logged = FALSE)
if ( logged ) f <- log(f)
f
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.