Re: [Rd] NaN in R distribution functions

2005-12-29 Thread Gregor Gorjanc
Prof Brian Ripley wrote: > On Wed, 28 Dec 2005, Gregor Gorjanc wrote: > >> Dear R developers, >> >> I noticed that core R distribution functions return NaN, when parameter >> values are out of parameter space. I have looked in source code and >> found that warnings and return of NaN are done inter

Re: [Rd] NaN in R distribution functions

2005-12-28 Thread Prof Brian Ripley
On Wed, 28 Dec 2005, Gregor Gorjanc wrote: > Dear R developers, > > I noticed that core R distribution functions return NaN, when parameter > values are out of parameter space. I have looked in source code and > found that warnings and return of NaN are done internally in C code. For > dgamma.c th