[R] Kernel density output

Martin Becker martin.becker at mx.uni-saarland.de
Mon Jan 15 10:36:16 CET 2007


Florent Bresson schrieb:
> Hi, 
>
> I'm using the density() command for a given vector x and I would like to know how to get the estimated value of the density for each element of the vector x instead of values corresponding to points from a grid.
>
>   

Maybe not the best/most efficient way to do this, but

   splinefun(density(x))(x)

may work for you.
> Thanks
>
> Florent Bresson
>
>   
Regards,

  Martin
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>



More information about the R-help mailing list