Skip to main content

Module kde

Module kde 

Source
Expand description

Kernel Density Estimation (KDE) module

Provides FFT-accelerated KDE with optional GPU support.

Structs§

KernelDensity
Kernel Density Estimation using Gaussian kernel with FFT acceleration
KernelDensity2D
2D Kernel Density Estimation result

Enums§

KdeError
Error type for KDE operations

Functions§

kde_fft
FFT-based Kernel Density Estimation

Type Aliases§

KdeResult