Skip to content
#

pyro

Here are 78 public repositories matching this topic...

hessammehr
hessammehr commented May 11, 2022

A quick search for mixture distributions in numpyro only turns up examples using Categorical in conjunction with an array of distributions. Since sampling from discrete distributions is not always desirable, I have implemented a quick general purpose mixture distribution with continuous log probability.

class Mixture(Distribution):
    arg_constraints = {}

    def __init__(self
enhancement good first issue

Improve this page

Add a description, image, and links to the pyro topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pyro topic, visit your repo's landing page and select "manage topics."

Learn more