Skip to content
Prev 19343 / 63424 Next

pbinom with size argument 0 (PR#8560)

(Ted Harding) <Ted.Harding at nessie.mcc.ac.uk> writes:
Once you get your coffee, you'll likely realize that you got your p's
and d's mixed up...

I think Uffe is perfectly right: The result of zero experiments will
be zero successes (and zero failures) with probability 1, so the
cumulative distribution function is a step function with one step at
zero ( == as.numeric(x>=0) ).