Skip to content
Prev 23103 / 63421 Next

Non central chi squared bug (PR#9406)

On 12/1/2006 5:44 AM, alan.bain at gmail.com wrote:
Could you post a test case to demonstrate this?  I don't see it:

 > pchisq(1000, 2, 1, FALSE)
[1] 1.720202e-205
 > pchisq(10000, 2, 1, FALSE)
[1] 0
 > pchisq(100000, 2, 1, FALSE)
[1] 0
 > pchisq(1000000, 2, 1, FALSE)
[1] 0


Duncan Murdoch