Displaying 2 results from an estimated 2 matches for "_hyper".
Did you mean:
hyper
2004 Nov 24
1
(PR#7393) Re: dhyper() does not allow non-integer values for
...ontent-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: QUOTED-PRINTABLE
On Wed, 24 Nov 2004 Erik.Jorgensen@agrsci.dk wrote:
>
> dhyper() does not allow non-integer values for input parameters m and n.
>
> this is in contrast to the other functions in the _hyper() "family",
I would argue that the bug was in the other functions. If not, there is a=
=20
bug in the documentation, which gives no way to tell what the result=20
should mean for non-integer m, n, k.
=09-thomas
> # OK
> dhyper(1,10,90,10)
>
> # NaN
> dhyper(1,10.5,...
2004 Nov 25
0
(PR#7393) Re: dhyper() does not allow non-integer values for
...> on 24 Nov 2004 18:32:15 +0100 writes:
PD> tlumley@u.washington.edu writes:
>> > > dhyper() does not allow non-integer values for input
>> parameters m and n.
>> >
>> > this is in contrast to the other functions in the
>> _hyper() "family",
>>
>> I would argue that the bug was in the other functions. If
>> not, there is a= =20 bug in the documentation, which
>> gives no way to tell what the result=20 should mean for
>> non-integer m, n, k.
PD> My initial...