Skip to main content

Tools for Dirichlet Processes

Project description

dirichlet
=========

[![image](https://img.shields.io/travis/tdhopper/dirichlet.svg)](https://travis-ci.org/tdhopper/dirichlet)

[![image](https://img.shields.io/pypi/v/dirichlet.svg)](https://pypi.python.org/pypi/dirichlet)

Construct a [Dirichlet Process](https://github.com/tdhopper/notes-on-dirichlet-processes) from any random sampler.

```
In [1]: from dp import DirichletProcess

In [2]: from random import normalvariate

In [3]: from collections import Counter

In [4]: dp = DirichletProcess(lambda: normalvariate(0, 1), alpha=1)

In [7]: Counter(dp() for _ in range(1000))
Out[7]: Counter({-0.029073686274754998: 679, 0.7332646430104509: 301, 0.23296111210571477: 12, -0.7042044460111074: 4, -2.2504937687943922: 4})
```

Install with `pip install dirichletprocess` or `conda install -c tdhopper dirichletprocess`.

History
=======

0.2.0 (2015-08-13)
==================

- Basic functionality added.

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

dirichletprocess-0.2.0.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

dirichletprocess-0.2.0-py2-none-any.whl (4.0 kB view details)

Uploaded Python 2

File details

Details for the file dirichletprocess-0.2.0.tar.gz.

File metadata

File hashes

Hashes for dirichletprocess-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3b23976d9743d3373beab8dcb12690437f38b3ff97febf8dddbb073011afe5a8
MD5 73d00ec80f4420a65eb5ec68c3941927
BLAKE2b-256 5b1c015c2a6e624c408631828a3506d4ce44e9db099e30ba899da32045cb9de7

See more details on using hashes here.

File details

Details for the file dirichletprocess-0.2.0-py2-none-any.whl.

File metadata

File hashes

Hashes for dirichletprocess-0.2.0-py2-none-any.whl
Algorithm Hash digest
SHA256 39c2017b8b8a0d00bf640490ab70b32576f8bad036aa50fb23f4eea946f15dfb
MD5 de0a0d5bffc897882c57079e53d34618
BLAKE2b-256 2db87a69567a7a3bd7fc2814dd72b30858da63e8359711033cfcabcb9d4e4af3

See more details on using hashes here.

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