Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pomegranate / distributions / __init__.py
Size: Mime:
from .bernoulli import Bernoulli
from .categorical import Categorical
from .conditional_categorical import ConditionalCategorical
from .dirac_delta import DiracDelta
from .exponential import Exponential
from .gamma import Gamma
from .independent_components import IndependentComponents
from .joint_categorical import JointCategorical
from .normal import Normal
from .poisson import Poisson
from .student_t import StudentT
from .uniform import Uniform
from .zero_inflated import ZeroInflated
from .lognormal import LogNormal
from .halfnormal import HalfNormal