Skip to main content

Density estimation functions.

Project description

This package provides functions for three specific types of density estimators. You might find it most useful for tasks involving plotting kernel density estimates, histograms and nearest-neighbor density estimates.

Typical intallation often looks like this:

!pip install densityestimation

Dependencies

  • Numpy

  • Matplotlib

Examples

import numpy as np
sample = np.random.normal(0,1,1000)
kde(sample)

import numpy as np
sample = np.random.normal(0,1,1000)
hist(sample)

import numpy as np
sample = np.random.normal(0,1,1000)
nnde(sample)

Contributors

We would like to thank our professor, Brian Chapman, for guiding us through our first ever endeavors involving Python. It is because of you, this class and this project that density estimation in Python will never be the same, or at least in our eyes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

densityestimation-0.1.2.tar.gz (1.1 kB view details)

Uploaded Source

File details

Details for the file densityestimation-0.1.2.tar.gz.

File metadata

File hashes

Hashes for densityestimation-0.1.2.tar.gz
Algorithm Hash digest
SHA256 e393af26abf224d5e28b35f0f8f3ceb978886cc1a498726a6e58fb20c9d83524
MD5 2c9fce819d82508f85d7903dd3b4bd9e
BLAKE2b-256 0f75ae0b5866a687bd94ada4404d806fdef840c1a2f4d425e41b4970fdfe95c2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page