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 (DOT) math.ethz.ch mailing list
PLEASE do read the posting guide
and provide commented, minimal, self-contained, reproducible code.
R-help (AT) stat (DOT) math.ethz.ch mailing list
PLEASE do read the posting guide
and provide commented, minimal, self-contained, reproducible code.