dzpois: PMF of a zero truncated Poisson distribution

Description Usage Arguments Value Examples

Description

PMF of zero truncated Poisson distribution at a point x.

Usage

1
dzpois(x, lambda)

Arguments

x

A number or vector of numbers

lambda

The mean of the Poisson distribution that is truncated not the mean of the truncated distribution.

Value

Logical is the number an integer

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
dzpois(1,3)

# If Nb and l are vectors the output is a matrix of the form
# |---------Nb_j---------|
# |                      |
# |                      |
# l_i                   l_i
# |                      |
# |                      |
# |                      |
dzpois(1:2,1:3)

jtmccr1/HIVEr documentation built on May 29, 2019, 1:50 a.m.