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 > ______________________________________________ > [email protected] 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. > ______________________________________________ [email protected] 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.
