Run kde for weighted density estimation
of a x
at n_points
evenly spaced points between min
and max.
estimate_density(x, min, max, n_points = 100, w = NULL, ...)
numeric vector or matrix
numeric vector giving the lower bound of evaluation points for each variable in x
numeric vector giving the upper bound of evaluation points for each variable in x
number of evaluation points (estimates)
vector of weights. Default uses uniform weighting.
further arguments to pass to kde