dbinbinom | R Documentation |
Returns the values of the density function of a bimodal negative binomial distribution.
dbinbinom(x, size1, prob1, size2, prob2, w)
x |
The x-values |
size1 , prob1 |
The size and prob parameters for the first mode |
size2 , prob2 |
The size and prob parameters for the second mode |
w |
The weight of the first mode (must lie in |
The density for the values in x
DuMouchel, W. (1999). Bayesian Data Mining in Large Frequency Tables, with an Application to the FDA Spontaneous Reporting System. The American Statistician, 53(3), 177–190. https://doi.org/10.1080/00031305.1999.10474456
DuMouchel, W., & Pregibon, D. (2001). Empirical bayes screening for multi-item associations. Proceedings of the Seventh ACM SIGKDD International Conference on Knowledge Discovery and Data Mining - KDD ’01, (October), 67–76. http://doi.org/10.1145/502512.502526
logLikelihood2NegativeBinomial()
, fitPriorParametersGPS()
, GPS()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.