R.DPOIS

R.DPOIS probability density function of the Poisson distribution

Synopsis

R.DPOIS(x,lambda,give_log)

Arguments

x: observation

lambda: the mean of the distribution

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the Poisson distribution.

See also

R.PPOIS, R.QPOIS.