Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mould authored Apr 6, 2023
1 parent 5737a48 commit 8a1633f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Kernel density estimation with a wrapper of `scipy.stats.gaussian_kde`.

Includes bounded domains using reflected samples.

Includes multiprocess density evaluations using [tqdm-pathos](https://github.com/mdmould/tqdm_pathos).
Includes multiprocess density evaluations using [tqdm-pathos](https://github.com/mdmould/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`

0 comments on commit 8a1633f

Please sign in to comment.