Hi, guys,

I'm using kernel "density" estimation. But how can I return to a density
estimation for a fixed point?

For example,

b<-runif(1000,0,1)
f<-density(b)

How can I get the value of density(b) at b=0.5?

Your help is extremely appreciated. Thanks.

Jay
-- 
View this message in context: 
http://r.789695.n4.nabble.com/help-in-density-estimation-tp2552264p2552264.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to