Displaying 3 results from an estimated 3 matches for "dlogsplin".
Did you mean:
logsplin
2006 Jun 07
4
Density Estimation
Dear R-list,
I have made a simple kernel density estimation by
x <- c(2,1,3,2,3,0,4,5,10,11,12,11,10)
kde <- density(x,n=100)
Now I would like to know the estimated probability that a
new observation falls into the interval 0<x<3.
How can I integrate over the corresponding interval?
In several R-packages for kernel density estimation I did
not found a corresponding function. I
2008 Feb 05
2
two densities with same stepsize
Hi there,
I have two series of data. plotting the density function of both gives me an
idea about the difference of the data. But I would like to quantify the
difference I see.
a <- rnorm(100)
b <- rnorm(100)
da <- density(a)
db <- density(b)
The problem is that da$x and db$x are different and so I have difficulties to
compare them... Is there any way to force the density
2008 Mar 07
1
Trouble with R CMD check
...ample chm
cpolyclass text html latex example chm
design.polymars text html latex example chm
dhare text html latex example chm
dheft text html latex example chm
dlogspline text html latex example chm
doldlogspline text html latex example chm
hare text html latex example chm
heft text html latex example chm
logspline...