compute_posterior_with_replacement {dupiR} | R Documentation |
Compute posterior probability with replacement
Description
Compute posterior probability with replacement
Usage
compute_posterior_with_replacement(n, counts, f_product, denominator)
Arguments
n |
integer for which to compute the posterior |
counts |
integer vector of counts |
f_product |
product of (1- |
denominator |
normalization constant returned by |
Value
posterior probability of n
See Also
compute_normalization_constant
[Package dupiR version 1.2.1 Index]