Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claymcleod/kde-python
Kernel Density Experiments
https://github.com/claymcleod/kde-python
Last synced: about 2 months ago
JSON representation
Kernel Density Experiments
- Host: GitHub
- URL: https://github.com/claymcleod/kde-python
- Owner: claymcleod
- Created: 2016-04-11T21:52:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T22:01:08.000Z (almost 9 years ago)
- Last Synced: 2024-11-04T00:02:19.382Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repository containing some experiments implementing kernel density estimation
in Python and numpy.**TODO**
- [ ] Implement kernels: epanechnikov, exponential, linear, cosine
- [ ] Cleanup code
- [ ] Add examples