Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 608 Bytes

kde_numba

A simple implementation of 1-D Kernel Density Estimation with Numba.

KDE_Numba is instantiated and called like scipy.stats.gaussian_kde (same syntax, same arguments). For large arrays, Numba provides a speed-up of one to two orders of magnitude compared to Scipy.

Dependencies

Send comments and questions to ablancha@mit.edu