Tools for Dirichlet Processes
Project description
dirichlet
=========
[](https://travis-ci.org/tdhopper/dirichlet)
[](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.
=========
[](https://travis-ci.org/tdhopper/dirichlet)
[](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
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
dirichletprocess-0.2.0.tar.gz
(12.4 kB
view details)
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 dirichletprocess-0.2.0.tar.gz.
File metadata
- Download URL: dirichletprocess-0.2.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b23976d9743d3373beab8dcb12690437f38b3ff97febf8dddbb073011afe5a8
|
|
| MD5 |
73d00ec80f4420a65eb5ec68c3941927
|
|
| BLAKE2b-256 |
5b1c015c2a6e624c408631828a3506d4ce44e9db099e30ba899da32045cb9de7
|
File details
Details for the file dirichletprocess-0.2.0-py2-none-any.whl.
File metadata
- Download URL: dirichletprocess-0.2.0-py2-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39c2017b8b8a0d00bf640490ab70b32576f8bad036aa50fb23f4eea946f15dfb
|
|
| MD5 |
de0a0d5bffc897882c57079e53d34618
|
|
| BLAKE2b-256 |
2db87a69567a7a3bd7fc2814dd72b30858da63e8359711033cfcabcb9d4e4af3
|