Skip to content
/ kaydee Public

Bounded Gaussian kernel density estimation with multiprocessing.

Notifications You must be signed in to change notification settings

mdmould/kaydee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaydee

Kernel density estimation with a wrapper of scipy.stats.gaussian_kde.

Includes bounded domains using reflected samples.

Includes multiprocess density evaluations using tqdm-pathos. This is useful for KDEs fit to large sample sizes evaluated on a large set of points, which can be quicker than array evaluations.

pip install kaydee

About

Bounded Gaussian kernel density estimation with multiprocessing.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages