We can use the truncated DP mixture approach given [in the PyMC3 examples](https://docs.pymc.io/notebooks/dp_mix.html#Dirichlet-process-mixtures) to estimate the number of mixture components. Let's see how well that works with our HMM models and custom sampler step-methods.
We can use the truncated DP mixture approach given in the PyMC3 examples to estimate the number of mixture components.
Let's see how well that works with our HMM models and custom sampler step-methods.