-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added separate description file for PyPI to allow different badges.
- Loading branch information
Showing
4 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Kernel density estimation via diffusion in 1d and 2d. | ||
|
||
Provides the fast, adaptive kernel density estimator based on linear | ||
diffusion processes for one-dimensional and two-dimensional input data | ||
as outlined in the [2010 paper by Botev et al.][paper] The reference | ||
implementation for [1d][kde1d] and [2d][kde2d], in Matlab, was provided | ||
by the paper's first author, Zdravko Botev. This is a re-implementation | ||
in Python, with added test coverage. | ||
|
||
Find the full [documentation on Read-the-Docs][docs]. | ||
|
||
[![citation](https://zenodo.org/badge/263433787.svg)](https://zenodo.org/badge/latestdoi/263433787) | ||
[![license](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) | ||
[![source](https://img.shields.io/github/stars/John-Hennig/KDE-diffusion?style=social)](https://github.com/John-Hennig/KDE-diffusion) | ||
|
||
[paper]: https://dx.doi.org/10.1214/10-AOS799 | ||
[kde1d]: https://mathworks.com/matlabcentral/fileexchange/14034 | ||
[kde2d]: https://mathworks.com/matlabcentral/fileexchange/17204 | ||
[docs]: https://kde-diffusion.readthedocs.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters