powered by
Interpolates desired vector given density estimation.
lin.itp(x, X, Y)
the coordinates of points where the density needs to be interpolated
the coordinates of the estimated densities
the values of the estimated densities
the interpolated densities
# NOT RUN { X <- seq(-10,10,length.out=20); Y <- dnorm(X); x <- seq(-10,10,length.out=100); lin.itp(x,X,Y) # }
Run the code above in your browser using DataLab