Skip to content
/ kde Public
forked from icecube/kde

Kernel Density Estimation: accelerated, multi-dimensional, and adaptive bandwidth

License

Notifications You must be signed in to change notification settings

anilak41/kde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kde

Multi-dimenstional Kernel Density Estimation (KDE) including adaptive bandwidths and C and CUDA implementations for specific cases.

Authors

Sebastian Schoenen ([email protected]) and Martin Leuermann for the IceCube collaboration.

Installation Instructions

Download the software into directory

. There should be a subdirectory named "kde" within the directory.

To install in a location independent of your system Python files, install via the following command:

$ pip install

[cuda] --user

where [cuda] is optional, ensuring support for GPU.

To install with references to the source code where it is downloaded (so that changes in the sourcecode are reflected immediately):

$ pip install -e

[cuda] --user

About

Kernel Density Estimation: accelerated, multi-dimensional, and adaptive bandwidth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.1%
  • C 21.9%