Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Kernel density output

    2 answers - 441 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

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

    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.
  • No.2 | | 366 bytes | |

    You can use approx() to interpolate from the grid.

    Mon, 15 Jan 2007, Florent Bresson wrote:

    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.

    Thanks

    Florent Bresson

Re: Kernel density output


max 4000 letters.
Your nickname that display:
In order to stop the spam: 6 + 5 =
QUESTION ON "Development"

EMSDN.COM