Skip to content

rbinom silently rounds size argument (PR#1377)

4 messages · Brian Ripley, Thomas Lumley

#
Fixed for 1.5.0.  Note that pbinom and qbinom did it too.
On Tue, 12 Mar 2002 bolker@zoo.ufl.edu wrote:

            

  
    
#
On Wed, 13 Mar 2002 ripley@stats.ox.ac.uk wrote:

            
But isn't it right for pbinom and qbinom to do it?  P(X<=4.5) is a
perfectly reasonable quantity and is equal to P(X<=4) if X is binomial and
(with rounding the other way) the same for quantile functions.

dbinom, OTOH, is a density wrt counting measure and is not defined for
non-integers (though one could make a case for zero).

	-thomas

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Read the subject again, please.

pbinom(2, size=4.1, p=0.5)

makes no sense, but R 1.4.1 gave the result for (2, 4, 0.5) (and S+6 gives
NA).
On Wed, 13 Mar 2002, Thomas Lumley wrote:

            

  
    
#
On Wed, 13 Mar 2002 ripley@stats.ox.ac.uk wrote:

            
Yes. Of course. Sorry.

	-thomas


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._