Displaying 1 result from an estimated 1 matches for "tp3495742p3495742".
2011 May 04
1
Uniform Gaussian Kernel
...ylim=range(0, 1), pch=NA,)
for(i in 1:length(z)) {
points(z[i], 0, pch="|")
}
x = seq(-10, 10, 0.01)
for(i in 1:length(z)){
std_dev = 1
lines(x, dunif(x, z[i], sd = std_dev))
}
Any ideas? Thanks.
--
View this message in context: http://r.789695.n4.nabble.com/Uniform-Gaussian-Kernel-tp3495742p3495742.html
Sent from the R help mailing list archive at Nabble.com.