Skip to main content

Implementation of the Kumaraswamy distribution

Project description

A simple implementation of the Kumaraswamy distribution.

License MIT PyPI version DOIzenodo

How to use

Install it from pip (kumaraswamy only depends on numpy)

pip install kumaraswamy

and it’s ready to use from Python

import kumaraswamy

The package provides one simple class called kumaraswamy, which implements the distribution. It is intended to mimic the API of scipy.stats.

from kumaraswamy import kumaraswamy

d1 = kumaraswamy(a=0.5, b=0.5)

the d1 object now has methods

  • pdf(x) and logpdf(x)

  • cdf(x)

  • rvs(size)

to calculate the probability density function (and its logarithm), the cumulative density function, and to get random samples from the distribution.

Also available are some basic properties specific to the distribution

d1.mean
d1.var
d2.mode  # see help(d2.mode) for details

License

Copyright 2018 João Faria.

kumaraswamy is free software made available under the MIT License. For details see the LICENSE file.

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

kumaraswamy-0.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

kumaraswamy-0.2-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

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