Conditional Kernel Density Estimation.
Project description
Conditional Kernel Density Estimation
A Python package for conditional kernel density estimation. This library provides efficient implementations for estimating conditional probability densities using kernel methods.
Free software: MIT license
Documentation: https://conditional-kde.readthedocs.io
Source Code: https://github.com/dprelogo/conditional_kde
Installation
Install from PyPI:
pip install conditional_kde
For development installation:
git clone https://github.com/dprelogo/conditional_kde.git cd conditional_kde pip install -e .[dev]
Quick Start
from conditional_kde import ConditionalKDE
# Example usage
ckde = ConditionalKDE()
# Add your code example here
Features
Gaussian and interpolated kernel density estimation
Support for conditional density estimation
Efficient implementation using NumPy and SciPy
Comprehensive test coverage
Type hints for better IDE support
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file conditional_kde-0.1.2.tar.gz.
File metadata
- Download URL: conditional_kde-0.1.2.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
930a0e7fb656a54ec8830b69dc570740db37ecfc3cf034b35a89a3d73cb6b7f2
|
|
| MD5 |
9f2ac4954ccc39f83ad4251404bcc3d3
|
|
| BLAKE2b-256 |
d73050fec2b1141f4a61c73e8ff6a82d88be2e53fac5f4c9ba172449362ea95e
|
File details
Details for the file conditional_kde-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: conditional_kde-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5832d768d66e768e775ccc4257a113dc3a9e9cf081f0850c193fe2f72e40c9df
|
|
| MD5 |
1ffa3acc3e90e24774c147d8e1b2c13c
|
|
| BLAKE2b-256 |
9eb010770762f02d650aed24afed0e89e55919cea7bf36e26876ea7f1838c093
|