Last chance! 50% off unlimited learning
Sale ends in
Density and random generation for the Skellam distribution.
dskellam(x, mu1, mu2, log = FALSE)
rskellam(n, mu1, mu2)
vector of quantiles.
number of observations.
Same as runif
.
See skellam
Logical; if TRUE, the logarithm is returned.
dskellam
gives the density, and
rskellam
generates random deviates.
Numerical problems may occur for data if
See skellam
, the VGAM family function
for estimating the parameters,
for the formula of the probability density function and other details.
# NOT RUN {
mu1 <- 1; mu2 <- 2; x <- (-7):7
plot(x, dskellam(x, mu1, mu2), type = "h", las = 1, col = "blue",
main = paste("Density of Skellam distribution with mu1 = ", mu1,
" and mu2 = ", mu2, sep = ""))
# }
Run the code above in your browser using DataLab