JuliaStats / KernelDensity.jl

Kernel density estimators for Julia
Other
175 stars 40 forks source link

bandwidth option for BivariateKDE #46

Closed juliohm closed 6 years ago

juliohm commented 6 years ago

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

briochemc commented 3 years ago

I hate to revive this 3.5 years later, but there was no answer. Is there no bandwidth option for bivariate kde? (related to https://github.com/JuliaStats/KernelDensity.jl/issues/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))