density_points.Rd
Given a vector of values, computes the empirical density for each observation.
density_points(x, ...)
A numeric vector.
Additional arguments to be passed to the density function.
A list with...
x = the sorted values for the original input;
y = the associated empirical densities.