JuliaStats/KernelDensity.jl

bandwidth option for BivariateKDE

juliohm opened this issue · 1 comments

Could you please confirm that the option is not available for BivariateKDE?

I hate to revive this 3.5 years later, but there was no answer. Is there no bandwidth option for bivariate kde?
(related to #75 in my understanding)


EDIT: Sory for the noise, I'm an idiot, I had a "symmetric" 2D case, so had tried bandwidth= with a scalar instead of a tuple. For onlookers, the answer is that you can specify the bandwidth in both x and y via something like

kde(..., bandwidth=(bwx, bwy))