imgObject of class "Naturals":
The space of the image of this distribution has got dimension 1
and the name "Natural Space".
paramObject of class "NbinomParameter":
the parameter of this distribution (prob),
declared at its instantiation (size=1)
rObject of class "function":
generates random numbers (calls function rgeom)
dObject of class "function":
density function (calls function dgeom)
pObject of class "function":
cumulative function (calls function pgeom)
qObject of class "function":
inverse of the cumulative function (calls function qgeom).
The quantile is defined as the smallest value \(x\) such that
\(F(x) \ge p\), where \(F\) is the distribution function.
supportObject of class "numeric":
a (sorted) vector containing the support of the discrete density
function
.withArithlogical: used internally to issue warnings as to
interpretation of arithmetics
.withSimlogical: used internally to issue warnings as to
accuracy
.logExactlogical: used internally to flag the case where
there are explicit formulae for the log version of density, cdf, and
quantile function
.lowerExactlogical: used internally to flag the case where
there are explicit formulae for the lower tail version of cdf and quantile
function
Symmetryobject of class "DistributionSymmetry";
used internally to avoid unnecessary calculations.