Standard kernel density estimation for univariate data with various bandwidth selection rules.
unweighted_kde(x, n = 512, from = min(x), to = max(x), bw = "nrd0")
List containing:
Vector of evaluation points
Vector of density estimates
Selected bandwidth
Numeric vector of samples
Integer number of evaluation points
Numeric range for evaluation points
Bandwidth selection ("nrd0", "nrd", "ucv", "bcv", "sj" or numeric)