The Neyman-A probability function
Computes the probability function of the Neyman-A distribution UTF-8
dneymanA(x, lambda1, lambda2, K, log = FALSE)
x
: vector of valueslambda1, lambda2
: parameters of the distributionK
: truncation value for the infinite summationlog
: logical. If TRUE, the logarithm of the probabilities is returnedThe Neyman-A distribution has probability function
and is an overdispersion model. The summation is truncated to K.
Rafael A. Moral rafael_moral@yahoo.com.br, Clarice G. B. and John Hinde
x <- 0:10 dneymanA(x, lambda1 = 2, lambda2 = 1.5, K = 50)
Useful links