Description Usage Arguments Value
View source: R/fct_cpp_nbinom.R
Calculate densities of a negative binomial distribution in C++
1 | calculate_nbinom_density_cpp(size, prob, lower_quantile, step)
|
size |
The size parameter of a negative binomial distribution |
prob |
The prob parameter of a negative binomial distribution |
lower_quantile |
Coverage of quantile of a distribution |
step |
The step of vector of quantiles |
A data frame of the densities of the negative binomial distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.