snbinom | R Documentation |
First derivatives of NB2 PMF used in fitNB2
. Code is
taken from the function snbinom()
in the countreg
package
version 0.2-1 (2023-06-13) \insertCitecountregWALS.
snbinom(x, mu, size, parameter = c("mu", "size"), drop = TRUE)
x |
Vector of quantiles. |
mu |
Vector of means. |
size |
Vector of dispersion parameter. If a scalar is given, the value is recycled. |
parameter |
Specifies which parameter the derivative is taken for.
|
drop |
If |
A vector or matrix containing the first derivatives.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.