R.DGEOM

R.DGEOM probability density function of the geometric distribution

Synopsis

R.DGEOM(x,psuc,give_log)

Arguments

x: observation

psuc: the probability of success in each trial

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

Description

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

See also

R.PGEOM, R.QGEOM.