JonasMoss / kdensity

An R package for kernel density estimation with parametric starts and asymmetric kernels.
Other
14 stars 4 forks source link

Handling weights. #5

Closed JonasMoss closed 6 years ago

JonasMoss commented 6 years ago

This is maybe a larger project. I would like us to be able handle (data-dependent) weights, affecting the contribution of the parametric and non-parametric part differently in different parts of x-space. An application of this could be to reduce the number of bumps in the tail: If the parametric density is small, give it more to say than the non-parametric part.

Maybe this can be used to make a method superior to that of Geenens for handling boundary bias.

JonasMoss commented 6 years ago

Not a priority.