/KernelDensityEstimation

Kernel Density Estimation

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

KernelDensityEstimation

Kernel Density Estimation in c++ demo

dependencies

We need nanoflann. This is a header only library.

build instructions

$ git clone https://github.com/tbs1980/KernelDensityEstimation.git
$ mkdir build
$ cd build
$ cmake -DNANOFLANN_ROOT=path-to-nanoflann ../
$ make