狄利克雷过程工具
项目描述
dirichlet
=========
[](https://travis-ci.org/tdhopper/dirichlet)
[](https://pypi.python.org/pypi/dirichlet)
从任何随机采样器构建 [狄利克雷过程](https://github.com/tdhopper/notes-on-dirichlet-processes)。
```
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})
```
使用`pip install dirichletprocess`或`conda install -c tdhopper dirichletprocess`安装。
历史
=======
0.2.0 (2015-08-13)
==================
- 添加基本功能。
=========
[](https://travis-ci.org/tdhopper/dirichlet)
[](https://pypi.python.org/pypi/dirichlet)
从任何随机采样器构建 [狄利克雷过程](https://github.com/tdhopper/notes-on-dirichlet-processes)。
```
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})
```
使用`pip install dirichletprocess`或`conda install -c tdhopper dirichletprocess`安装。
历史
=======
0.2.0 (2015-08-13)
==================
- 添加基本功能。
项目详情
关闭
dirichletprocess-0.2.0.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 3b23976d9743d3373beab8dcb12690437f38b3ff97febf8dddbb073011afe5a8 |
|
MD5 | 73d00ec80f4420a65eb5ec68c3941927 |
|
BLAKE2b-256 | 5b1c015c2a6e624c408631828a3506d4ce44e9db099e30ba899da32045cb9de7 |
关闭
dirichletprocess-0.2.0-py2-none-any.whl 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 39c2017b8b8a0d00bf640490ab70b32576f8bad036aa50fb23f4eea946f15dfb |
|
MD5 | de0a0d5bffc897882c57079e53d34618 |
|
BLAKE2b-256 | 2db87a69567a7a3bd7fc2814dd72b30858da63e8359711033cfcabcb9d4e4af3 |