Displaying 1 result from an estimated 1 matches for "1.286342e".
Did you mean:
1.28342
2000 Aug 10
1
Problem with density()?
Hello, all,
I'm running Version 1.1.0 (June 15, 2000), on Mandrake 6.1 Linux.
I think that I'm getting nonsense results from the density function.
When I feed it a sample generated by v<-runif(1000,0,1), I get back some
small negative numbers for density values, as follows:
>v<-runif(1000,0,1)
> dump("v","/home/tomlinso/auction/test.vector.R")
>