extracting the posterior from trace, and simulate it in scipy/numpy should work.
Otherwise, you can try setting up a gmm from scikit-learn, using the posterior mean as parameter input - I never actually do it this way, but it should work as well.
extracting the posterior from trace, and simulate it in scipy/numpy should work.
Otherwise, you can try setting up a gmm from scikit-learn, using the posterior mean as parameter input - I never actually do it this way, but it should work as well.