powered by
Calculate the non-central moments for a univariate Gaussian kernel density estimator.
kdeGaussMom(n, mu, h)
The highest order of non-central moments saught.
A vector of data points on which the kernel density estimator is based.
The kernel density estimator bandwidth.
A vector of length n of non-central moments requested for a Gaussian kernel density estimator.
n
# NOT RUN { library(alR) x <- rnorm(100) h_x <- bw(x, type=-1) kdeGaussMom(3, x, h_x) # }
Run the code above in your browser using DataLab