MultiKDE.jl icon indicating copy to clipboard operation
MultiKDE.jl copied to clipboard

Multivariate kernel density estimation

Results 9 MultiKDE.jl issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to apply multithreading approach to your codes It looks like your KDE codes are not compatible with multithreading. For some reasons, it even took more time...

bug
help wanted

Is there a way to generate samples from KDE approximation of the dataset? It would be especially nice in order to implement "kombine"-style monte carlo samplers. Thank you in advance!...

help wanted
feature

Better find a way to apply auto-derivative to sanity checks in test/kde.jl

enhancement
good first issue

Will be nice if we can choose to pre-initialize the whole KDE like [KernelDensity.jl](https://github.com/JuliaStats/KernelDensity.jl), using some optimized method like FFT or [AverageShiftedHistograms.jl](https://github.com/joshday/AverageShiftedHistograms.jl), which is needed in many situations.

enhancement

Especially for categorical random variables

documentation
good first issue

Will be good if add more kernels. An ideal way is link It to [Distributions.jl](https://github.com/JuliaStats/Distributions.jl) or [KernelFunctions.jl](https://github.com/JuliaGaussianProcesses/KernelFunctions.jl).

enhancement
good first issue

Find a better function signature for get_dict_candidates

enhancement
good first issue

Will be good if find a more organized way to construct KDEMulti, especially the UnorderedCategoricalDim part.

enhancement
good first issue