Skip to content

decamp/kde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Density Estimation Library

KernelDensityEstimate2d provides methods for performing 2D Kernel Density Estimation. If you have some points and want to convert them into a Probability Distribution Function by convolving those points with a Gaussian kernel, KernelDensityEstimate2d will compute that kernel for you and provide the resulting PDF.

Currently, only diagonal bandwidth matrices may be computed, which means the estimation is only accurate if your axes are independent.

Also includes a pure java implementation of Matlab's FZero function.

Build:

$ ant

Runtime:

After build, add all jars in lib and target directories to your project.

Dependencies:

None.


Author: Philip DeCamp

About

Kernel density estimation library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages