pybmix
docs
Tutorials:
Univariate Density Estimation via Dirichlet Process Mixture
Clustering of univariate data via Dirichlet Process Mixture
Prior elicitation
pybmix
»
Module code
»
pybmix.example
Source code for pybmix.example
[docs]
class
Example
(
object
):
def
__init__
(
self
):
print
(
"Hello from Example"
)