dirichletprocess:Di Dirichlet流程工具

时间:2021-05-16 11:12:29
【文件属性】:
文件名称:dirichletprocess:Di Dirichlet流程工具
文件大小:194KB
文件格式:ZIP
更新时间:2021-05-16 11:12:29
Python Dirichlet 从任何随机采样器构造。 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}
【文件预览】:
dirichletprocess-master
----README.md(854B)
----build.sh(218B)
----meta.yaml(1KB)
----tests()
--------test_dirichlet.py(695B)
--------__init__.py(24B)
----HISTORY.md(85B)
----docs()
--------make.bat(7KB)
--------conf.py(9KB)
--------modules.rst(64B)
--------index.md(432B)
--------dirichlet.rst(326B)
--------Makefile(7KB)
----LICENSE(1KB)
----runtests.py(232KB)
----CONTRIBUTING.md(3KB)
----bld.bat(236B)
----AUTHORS.md(156B)
----MANIFEST.in(239B)
----setup.py(2KB)
----.travis.yml(145B)
----tox.ini(76B)
----Makefile(2KB)
----dp()
--------dirichlet.py(1KB)
--------__init__.py(155B)

网友评论