Description Usage Arguments Value Examples
Calculate the probabilities conditioned on parameters alpha more likely to generate dataset X
| 1 | dm_expected(X, alpha)
 | 
| X | count data set | 
| alpha | paramater alpha | 
the expected probabilities
| 1 2 3 4 | X = rnormalmultinomial(100, 100, rep(0,4), diag(4))
fit = dm_fit(X)
P = dm_expected(X, fit$alpha)
head(P)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.